Html Css Color HEX #41019A Indigo

📋 copy color: '#41019A'

red 65 ◦ green 1 ◦ blue 154

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

Shades of Indigo #41019A

Tints of Indigo #41019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 70%

R = 29.55%
G = 0.45%
B = 70%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#41019A (or 0x41019A) is known color: Indigo. HEX triplet: 41, 01 and 9A. RGB value is (65,1,154). Sum of RGB (Red+Green+Blue) = 65+1+154=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 154 (60.55% from 255 or 70% from 220); Max value from RGB is 154 - color contains mainly: blue. Hex color #41019A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41019A is #BEFE65. Grayscale: #252525. Windows color (decimal): -12516966 or 10092865. OLE color: 10092865.

HSL color Cylindrical-coordinate representation of color #41019A: hue angle of 265.1º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41019A is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 1 154 -
CMYK 0.58 0.99 0 0.40
HSL 265.1º 0.99% 0.3% -
HSV(B) 265.1º 0.99% 0.6% -
XYZ 8.02 3.48 30.82 -
YUV 37.58 193.7 147.56 -
System Red Green Blue C M Y K H S L
Decimal 65 1 154 0.58 0.99 0 0.40 265.1 0.99 0.3
Hex 41 1 9A 3A 63 0 28 109 63 1E
Octal 101 1 232 72 143 0 50 411 143 36
Binary 1000001 1 10011010 111010 1100011 0 101000 100001001 1100011 11110

Color Harmonies of #41019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41019A

Black with #41019A

Text Example


Text Example

White with #41019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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