Html Css Color HEX #41018E Indigo

📋 copy color: '#41018E'

red 65 ◦ green 1 ◦ blue 142

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

Shades of Indigo #41018E

Tints of Indigo #41018E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 68.27%

R = 31.25%
G = 0.48%
B = 68.27%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41018E (or 0x41018E) is known color: Indigo. HEX triplet: 41, 01 and 8E. RGB value is (65,1,142). Sum of RGB (Red+Green+Blue) = 65+1+142=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #41018E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41018E is #BEFE71. Grayscale: #232323. Windows color (decimal): -12516978 or 9306433. OLE color: 9306433.

HSL color Cylindrical-coordinate representation of color #41018E: hue angle of 267.23º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41018E is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 1 142 -
CMYK 0.54 0.99 0 0.44
HSL 267.23º 0.99% 0.28% -
HSV(B) 267.23º 0.99% 0.56% -
XYZ 7.07 3.1 25.82 -
YUV 36.21 187.7 148.54 -
System Red Green Blue C M Y K H S L
Decimal 65 1 142 0.54 0.99 0 0.44 267.23 0.99 0.28
Hex 41 1 8E 36 63 0 2C 10B 63 1C
Octal 101 1 216 66 143 0 54 413 143 34
Binary 1000001 1 10001110 110110 1100011 0 101100 100001011 1100011 11100

Color Harmonies of #41018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41018E

Black with #41018E

Text Example


Text Example

White with #41018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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