#38029E

Color #38029E Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #38029E

Tints of Indigo #38029E

Color information

#38029E (or 0x38029E) is unknown color: approx Indigo. HEX triplet: 38, 02 and 9E. RGB value is (56,2,158). Sum of RGB (Red+Green+Blue) = 56+2+158=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 158 (62.11% from 255 or 73.15% from 216); Max value from RGB is 158 - color contains mainly: blue. Hex color #38029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38029E is #C7FD61. Grayscale: #232323. Windows color (decimal): -13106530 or 10355256. OLE color: 10355256.

HSL color Cylindrical-coordinate representation of color #38029E: hue angle of 260.77º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38029E is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB562158-
CMYK0.650.9900.38
HSL260.77º97.5%31.37%-
HSV(B)260.77º98.73%61.96%-
XYZ7.823.3532.58-
YUV35.93196.89142.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 158 (62.11% from 255) = 73.15%
R=25.93%
G=0.93%
B=73.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5621580.650.9900.38260.7797.531.37
Hex3829E4163026105621f
Octal70223610114304640514237
Binary1110001010011110100000111000110100110100000101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38029E; }

 p { color: rgb(56,2,158); }

 H1.HeaderClassName
 {
   color: #38029E;
 }
 .AnyTagClassName
 {
   color: #38029E;
 }
</style>
background-color css

<style>
 a { background-color: #38029E; }

 a { background-color: rgb(56,2,158); }

 div.DivClassName
 {
   background-color: #38029E;
 }
 .BgClassName
 {
   background-color: #38029E;
 }
</style>
border-color css

<style>
 span { border-color: #38029E; }

 span { border-color: rgb(56,2,158); }

 td.TdClassName
 {
   border-color: #38029E;
 }
 .TagClassName
 {
   border-color: #38029E;
 }
</style>