Html Css Color HEX #41035E Indigo

📋 copy color: '#41035E'

red 65 ◦ green 3 ◦ blue 94

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

Shades of Indigo #41035E

Tints of Indigo #41035E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 58.02%

R = 40.12%
G = 1.85%
B = 58.02%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41035E (or 0x41035E) is known color: Indigo. HEX triplet: 41, 03 and 5E. RGB value is (65,3,94). Sum of RGB (Red+Green+Blue) = 65+3+94=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #41035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41035E is #BEFCA1. Grayscale: #1F1F1F. Windows color (decimal): -12516514 or 6161217. OLE color: 6161217.

HSL color Cylindrical-coordinate representation of color #41035E: hue angle of 280.88º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41035E is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 3 94 -
CMYK 0.31 0.97 0 0.63
HSL 280.88º 0.94% 0.19% -
HSV(B) 280.88º 0.97% 0.37% -
XYZ 4.23 2 10.75 -
YUV 31.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 65 3 94 0.31 0.97 0 0.63 280.88 0.94 0.19
Hex 41 3 5E 1F 61 0 3F 119 5E 13
Octal 101 3 136 37 141 0 77 431 136 23
Binary 1000001 11 1011110 11111 1100001 0 111111 100011001 1011110 10011

Color Harmonies of #41035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41035E

Black with #41035E

Text Example


Text Example

White with #41035E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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