#41035B

Color #41035B Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #41035B

Tints of Indigo #41035B

Color information

#41035B (or 0x41035B) is unknown color: approx 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

RGB65391-
CMYK0.290.9700.64
HSL282.27º93.62%18.43%-
HSV(B)282.27º96.7%35.69%-
XYZ4.11.9410.06-
YUV31.57161.54151.84-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal653910.290.9700.64282.2793.6218.43
Hex4135B1D6104011a5e12
Octal101313335141010043213622
Binary100000111101101111101110000101000000100011010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>