#40069C

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

Shades of Indigo #40069C

Tints of Indigo #40069C

Color information

#40069C (or 0x40069C) is unknown color: approx Indigo. HEX triplet: 40, 06 and 9C. RGB value is (64,6,156). Sum of RGB (Red+Green+Blue) = 64+6+156=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #40069C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40069C is #BFF963. Grayscale: #272727. Windows color (decimal): -12581220 or 10225216. OLE color: 10225216.

HSL color Cylindrical-coordinate representation of color #40069C: hue angle of 263.2º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40069C is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB646156-
CMYK0.590.9600.39
HSL263.2º92.59%31.76%-
HSV(B)263.2º96.15%61.18%-
XYZ8.183.6231.72-
YUV40.44193.22144.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.32%
GREEN value IS 6 (2.73% from 255) = 2.65%
BLUE value IS 156 (61.33% from 255) = 69.03%
R=28.32%
G=2.65%
B=69.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6461560.590.9600.39263.292.5931.76
Hex4069C3B600271075d20
Octal10062347314004740713540
Binary100000011010011100111011110000001001111000001111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40069C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40069C; }

 p { color: rgb(64,6,156); }

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

<style>
 a { background-color: #40069C; }

 a { background-color: rgb(64,6,156); }

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

<style>
 span { border-color: #40069C; }

 span { border-color: rgb(64,6,156); }

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