Html Css Color HEX #41035F Indigo

📋 copy color: '#41035F'

red 65 ◦ green 3 ◦ blue 95

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

Shades of Indigo #41035F

Tints of Indigo #41035F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 58.28%

R = 39.88%
G = 1.84%
B = 58.28%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41035F (or 0x41035F) is known color: Indigo. HEX triplet: 41, 03 and 5F. RGB value is (65,3,95). Sum of RGB (Red+Green+Blue) = 65+3+95=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #41035F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41035F is #BEFCA0. Grayscale: #1F1F1F. Windows color (decimal): -12516513 or 6226753. OLE color: 6226753.

HSL color Cylindrical-coordinate representation of color #41035F: hue angle of 280.43º 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 #41035F is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 3 95 -
CMYK 0.32 0.97 0 0.63
HSL 280.43º 0.94% 0.19% -
HSV(B) 280.43º 0.97% 0.37% -
XYZ 4.28 2.02 10.99 -
YUV 32.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 65 3 95 0.32 0.97 0 0.63 280.43 0.94 0.19
Hex 41 3 5F 20 61 0 3F 118 5E 13
Octal 101 3 137 40 141 0 77 430 136 23
Binary 1000001 11 1011111 100000 1100001 0 111111 100011000 1011110 10011

Color Harmonies of #41035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41035F

Black with #41035F

Text Example


Text Example

White with #41035F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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