Html Css Color HEX #41038E Indigo

📋 copy color: '#41038E'

red 65 ◦ green 3 ◦ blue 142

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

Shades of Indigo #41038E

Tints of Indigo #41038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.43%

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

R = 30.95%
G = 1.43%
B = 67.62%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41038E (or 0x41038E) is known color: Indigo. HEX triplet: 41, 03 and 8E. RGB value is (65,3,142). Sum of RGB (Red+Green+Blue) = 65+3+142=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #41038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41038E is #BEFC71. Grayscale: #242424. Windows color (decimal): -12516466 or 9306945. OLE color: 9306945.

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

Color convert

RGB 65 3 142 -
CMYK 0.54 0.98 0 0.44
HSL 266.76º 0.96% 0.28% -
HSV(B) 266.76º 0.98% 0.56% -
XYZ 7.1 3.14 25.82 -
YUV 37.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 65 3 142 0.54 0.98 0 0.44 266.76 0.96 0.28
Hex 41 3 8E 36 62 0 2C 10B 60 1C
Octal 101 3 216 66 142 0 54 413 140 34
Binary 1000001 11 10001110 110110 1100010 0 101100 100001011 1100000 11100

Color Harmonies of #41038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41038E

Black with #41038E

Text Example


Text Example

White with #41038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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