Html Css Color HEX #41005E Indigo

📋 copy color: '#41005E'

red 65 ◦ green 0 ◦ blue 94

#41005E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #41005E

Tints of Indigo #41005E

RGB

 RED value IS 65 (25.78% from 255) = 40.88%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 59.12%

R = 40.88%
G = 0%
B = 59.12%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41005E (or 0x41005E) is known color: Indigo. HEX triplet: 41, 00 and 5E. RGB value is (65,0,94). Sum of RGB (Red+Green+Blue) = 65+0+94=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #41005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41005E is #BEFFA1. Grayscale: #1D1D1D. Windows color (decimal): -12517282 or 6160449. OLE color: 6160449.

HSL color Cylindrical-coordinate representation of color #41005E: hue angle of 281.49º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41005E is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 0 94 -
CMYK 0.31 1 0 0.63
HSL 281.49º 1% 0.18% -
HSV(B) 281.49º 1% 0.37% -
XYZ 4.2 1.93 10.74 -
YUV 30.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 65 0 94 0.31 1 0 0.63 281.49 1 0.18
Hex 41 0 5E 1F 64 0 3F 119 64 12
Octal 101 0 136 37 144 0 77 431 144 22
Binary 1000001 0 1011110 11111 1100100 0 111111 100011001 1100100 10010

Color Harmonies of #41005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41005E

Black with #41005E

Text Example


Text Example

White with #41005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41005E; }

 p { color: rgb(65,0,94); }

 H1.HeaderClassName
 {
   color: #41005E;
 }
 .AnyTagClassName
 {
   color: #41005E;
 }
</style>

background-color css

<style>
 a { background-color: #41005E; }

 a { background-color: rgb(65,0,94); }

 div.DivClassName
 {
   background-color: #41005E;
 }
 .BgClassName
 {
   background-color: #41005E;
 }
</style>

border-color css

<style>
 span { border-color: #41005E; }

 span { border-color: rgb(65,0,94); }

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