Html Css Color HEX #41019E Indigo

📋 copy color: '#41019E'

red 65 ◦ green 1 ◦ blue 158

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

Shades of Indigo #41019E

Tints of Indigo #41019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 29.02%
G = 0.45%
B = 70.54%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41019E (or 0x41019E) is known color: Indigo. HEX triplet: 41, 01 and 9E. RGB value is (65,1,158). Sum of RGB (Red+Green+Blue) = 65+1+158=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 158 (62.11% from 255 or 70.54% from 224); Max value from RGB is 158 - color contains mainly: blue. Hex color #41019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41019E is #BEFE61. Grayscale: #252525. Windows color (decimal): -12516962 or 10355009. OLE color: 10355009.

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

Color convert

RGB 65 1 158 -
CMYK 0.59 0.99 0 0.38
HSL 264.46º 0.99% 0.31% -
HSV(B) 264.46º 0.99% 0.62% -
XYZ 8.36 3.61 32.6 -
YUV 38.03 195.7 147.23 -
System Red Green Blue C M Y K H S L
Decimal 65 1 158 0.59 0.99 0 0.38 264.46 0.99 0.31
Hex 41 1 9E 3B 63 0 26 108 63 1F
Octal 101 1 236 73 143 0 46 410 143 37
Binary 1000001 1 10011110 111011 1100011 0 100110 100001000 1100011 11111

Color Harmonies of #41019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41019E

Black with #41019E

Text Example


Text Example

White with #41019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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