#41029C

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

Shades of Indigo #41029C

Tints of Indigo #41029C

Color information

#41029C (or 0x41029C) is unknown color: approx Indigo. HEX triplet: 41, 02 and 9C. RGB value is (65,2,156). Sum of RGB (Red+Green+Blue) = 65+2+156=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #41029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41029C is #BEFD63. Grayscale: #252525. Windows color (decimal): -12516708 or 10224193. OLE color: 10224193.

HSL color Cylindrical-coordinate representation of color #41029C: hue angle of 264.55º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41029C is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB652156-
CMYK0.580.9900.39
HSL264.55º97.47%30.98%-
HSV(B)264.55º98.72%61.18%-
XYZ8.23.5731.71-
YUV38.39194.37146.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 156 (61.33% from 255) = 69.96%
R=29.15%
G=0.90%
B=69.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6521560.580.9900.39264.5597.4730.98
Hex4129C3A63027109611f
Octal10122347214304741114137
Binary1000001101001110011101011000110100111100001001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,2,156); }

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

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

 a { background-color: rgb(65,2,156); }

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

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

 span { border-color: rgb(65,2,156); }

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