#41025B

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

Shades of Indigo #41025B

Tints of Indigo #41025B

Color information

#41025B (or 0x41025B) is unknown color: approx Indigo. HEX triplet: 41, 02 and 5B. RGB value is (65,2,91). Sum of RGB (Red+Green+Blue) = 65+2+91=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #41025B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41025B is #BEFDA4. Grayscale: #1E1E1E. Windows color (decimal): -12516773 or 5964353. OLE color: 5964353.

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

Color convert

RGB65291-
CMYK0.290.9800.64
HSL282.47º95.7%18.24%-
HSV(B)282.47º97.8%35.69%-
XYZ4.091.9210.05-
YUV30.98161.87152.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 91 (35.94% from 255) = 57.59%
R=41.14%
G=1.27%
B=57.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal652910.290.9800.64282.4795.718.24
Hex4125B1D6204011a6012
Octal101213335142010043214022
Binary100000110101101111101110001001000000100011010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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