Html Css Color HEX #41009E Indigo

📋 copy color: '#41009E'

red 65 ◦ green 0 ◦ blue 158

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

Shades of Indigo #41009E

Tints of Indigo #41009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 70.85%

R = 29.15%
G = 0%
B = 70.85%

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

#41009E (or 0x41009E) is known color: Indigo. HEX triplet: 41, 00 and 9E. RGB value is (65,0,158). Sum of RGB (Red+Green+Blue) = 65+0+158=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #41009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41009E is #BEFF61. Grayscale: #242424. Windows color (decimal): -12517218 or 10354753. OLE color: 10354753.

HSL color Cylindrical-coordinate representation of color #41009E: hue angle of 264.68º 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 #41009E is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 0 158 -
CMYK 0.59 1 0 0.38
HSL 264.68º 1% 0.31% -
HSV(B) 264.68º 1% 0.62% -
XYZ 8.35 3.59 32.6 -
YUV 37.45 196.03 147.65 -
System Red Green Blue C M Y K H S L
Decimal 65 0 158 0.59 1 0 0.38 264.68 1 0.31
Hex 41 0 9E 3B 64 0 26 109 64 1F
Octal 101 0 236 73 144 0 46 411 144 37
Binary 1000001 0 10011110 111011 1100100 0 100110 100001001 1100100 11111

Color Harmonies of #41009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41009E

Black with #41009E

Text Example


Text Example

White with #41009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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