Html Css Color HEX #41035D Indigo

📋 copy color: '#41035D'

red 65 ◦ green 3 ◦ blue 93

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

Shades of Indigo #41035D

Tints of Indigo #41035D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 57.76%

R = 40.37%
G = 1.86%
B = 57.76%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41035D (or 0x41035D) is known color: Indigo. HEX triplet: 41, 03 and 5D. RGB value is (65,3,93). Sum of RGB (Red+Green+Blue) = 65+3+93=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #41035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41035D is #BEFCA2. Grayscale: #1F1F1F. Windows color (decimal): -12516515 or 6095681. OLE color: 6095681.

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

Color convert

RGB 65 3 93 -
CMYK 0.30 0.97 0 0.64
HSL 281.33º 0.94% 0.19% -
HSV(B) 281.33º 0.97% 0.36% -
XYZ 4.19 1.98 10.52 -
YUV 31.8 162.54 151.68 -
System Red Green Blue C M Y K H S L
Decimal 65 3 93 0.30 0.97 0 0.64 281.33 0.94 0.19
Hex 41 3 5D 1E 61 0 40 119 5E 13
Octal 101 3 135 36 141 0 100 431 136 23
Binary 1000001 11 1011101 11110 1100001 0 1000000 100011001 1011110 10011

Color Harmonies of #41035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41035D

Black with #41035D

Text Example


Text Example

White with #41035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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