Html Css Color HEX #41035B Indigo

📋 copy color: '#41035B'

red 65 ◦ green 3 ◦ blue 91

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

Shades of Indigo #41035B

Tints of Indigo #41035B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 57.23%

R = 40.88%
G = 1.89%
B = 57.23%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41035B (or 0x41035B) is known color: Indigo. HEX triplet: 41, 03 and 5B. RGB value is (65,3,91). Sum of RGB (Red+Green+Blue) = 65+3+91=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #41035B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41035B is #BEFCA4. Grayscale: #1F1F1F. Windows color (decimal): -12516517 or 5964609. OLE color: 5964609.

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

Color convert

RGB 65 3 91 -
CMYK 0.29 0.97 0 0.64
HSL 282.27º 0.94% 0.18% -
HSV(B) 282.27º 0.97% 0.36% -
XYZ 4.1 1.94 10.06 -
YUV 31.57 161.54 151.84 -
System Red Green Blue C M Y K H S L
Decimal 65 3 91 0.29 0.97 0 0.64 282.27 0.94 0.18
Hex 41 3 5B 1D 61 0 40 11A 5E 12
Octal 101 3 133 35 141 0 100 432 136 22
Binary 1000001 11 1011011 11101 1100001 0 1000000 100011010 1011110 10010

Color Harmonies of #41035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41035B

Black with #41035B

Text Example


Text Example

White with #41035B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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