#41025A

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

Shades of Indigo #41025A

Tints of Indigo #41025A

Color information

#41025A (or 0x41025A) is unknown color: approx Indigo. HEX triplet: 41, 02 and 5A. RGB value is (65,2,90). Sum of RGB (Red+Green+Blue) = 65+2+90=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #41025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41025A is #BEFDA5. Grayscale: #1E1E1E. Windows color (decimal): -12516774 or 5898817. OLE color: 5898817.

HSL color Cylindrical-coordinate representation of color #41025A: hue angle of 282.95º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41025A is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB65290-
CMYK0.280.9800.65
HSL282.95º95.65%18.04%-
HSV(B)282.95º97.78%35.29%-
XYZ4.051.919.83-
YUV30.87161.37152.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=41.40%
G=1.27%
B=57.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal652900.280.9800.65282.9595.6518.04
Hex4125A1C6204111b6012
Octal101213234142010143314022
Binary100000110101101011100110001001000001100011011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41025A; }

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

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

<style>
 a { background-color: #41025A; }

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

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

<style>
 span { border-color: #41025A; }

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

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