#4003B6

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

Shades of Indigo #4003B6

Tints of Indigo #4003B6

Color information

#4003B6 (or 0x4003B6) is unknown color: approx Indigo. HEX triplet: 40, 03 and B6. RGB value is (64,3,182). Sum of RGB (Red+Green+Blue) = 64+3+182=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 182 (71.48% from 255 or 73.09% from 249); Max value from RGB is 182 - color contains mainly: blue. Hex color #4003B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4003B6 is #BFFC49. Grayscale: #282828. Windows color (decimal): -12581962 or 11928384. OLE color: 11928384.

HSL color Cylindrical-coordinate representation of color #4003B6: hue angle of 260.45º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4003B6 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB643182-
CMYK0.650.9800.29
HSL260.45º96.76%36.27%-
HSV(B)260.45º98.35%71.37%-
XYZ10.594.5344.57-
YUV41.64207.21143.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 182 (71.48% from 255) = 73.09%
R=25.70%
G=1.20%
B=73.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6431820.650.9800.29260.4596.7636.27
Hex403B6416201D1046124
Octal100326610114203540414144
Binary10000001110110110100000111000100111011000001001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4003B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4003B6; }

 p { color: rgb(64,3,182); }

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

<style>
 a { background-color: #4003B6; }

 a { background-color: rgb(64,3,182); }

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

<style>
 span { border-color: #4003B6; }

 span { border-color: rgb(64,3,182); }

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