Html Css Color HEX #41009F Indigo

📋 copy color: '#41009F'

red 65 ◦ green 0 ◦ blue 159

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

Shades of Indigo #41009F

Tints of Indigo #41009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 70.98%

R = 29.02%
G = 0%
B = 70.98%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41009F (or 0x41009F) is known color: Indigo. HEX triplet: 41, 00 and 9F. RGB value is (65,0,159). Sum of RGB (Red+Green+Blue) = 65+0+159=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #41009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41009F is #BEFF60. Grayscale: #242424. Windows color (decimal): -12517217 or 10420289. OLE color: 10420289.

HSL color Cylindrical-coordinate representation of color #41009F: hue angle of 264.53º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41009F is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 0 159 -
CMYK 0.59 1 0 0.38
HSL 264.53º 1% 0.31% -
HSV(B) 264.53º 1% 0.62% -
XYZ 8.44 3.63 33.06 -
YUV 37.56 196.53 147.57 -
System Red Green Blue C M Y K H S L
Decimal 65 0 159 0.59 1 0 0.38 264.53 1 0.31
Hex 41 0 9F 3B 64 0 26 109 64 1F
Octal 101 0 237 73 144 0 46 411 144 37
Binary 1000001 0 10011111 111011 1100100 0 100110 100001001 1100100 11111

Color Harmonies of #41009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41009F

Black with #41009F

Text Example


Text Example

White with #41009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41009F; }

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

 H1.HeaderClassName
 {
   color: #41009F;
 }
 .AnyTagClassName
 {
   color: #41009F;
 }
</style>

background-color css

<style>
 a { background-color: #41009F; }

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

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

border-color css

<style>
 span { border-color: #41009F; }

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

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