Html Css Color HEX #41036E Indigo

📋 copy color: '#41036E'

red 65 ◦ green 3 ◦ blue 110

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

Shades of Indigo #41036E

Tints of Indigo #41036E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 61.8%

R = 36.52%
G = 1.69%
B = 61.8%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41036E (or 0x41036E) is known color: Indigo. HEX triplet: 41, 03 and 6E. RGB value is (65,3,110). Sum of RGB (Red+Green+Blue) = 65+3+110=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #41036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41036E is #BEFC91. Grayscale: #212121. Windows color (decimal): -12516498 or 7209793. OLE color: 7209793.

HSL color Cylindrical-coordinate representation of color #41036E: hue angle of 274.77º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41036E is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 3 110 -
CMYK 0.41 0.97 0 0.57
HSL 274.77º 0.95% 0.22% -
HSV(B) 274.77º 0.97% 0.43% -
XYZ 5.03 2.31 14.93 -
YUV 33.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 65 3 110 0.41 0.97 0 0.57 274.77 0.95 0.22
Hex 41 3 6E 29 61 0 39 113 5F 16
Octal 101 3 156 51 141 0 71 423 137 26
Binary 1000001 11 1101110 101001 1100001 0 111001 100010011 1011111 10110

Color Harmonies of #41036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41036E

Black with #41036E

Text Example


Text Example

White with #41036E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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