#41035D

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

Shades of Indigo #41035D

Tints of Indigo #41035D

Color information

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

RGB65393-
CMYK0.300.9700.64
HSL281.33º93.75%18.82%-
HSV(B)281.33º96.77%36.47%-
XYZ4.191.9810.52-
YUV31.8162.54151.68-

RGB Variations

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

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 (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal653930.300.9700.64281.3393.7518.82
Hex4135D1E610401195e13
Octal101313536141010043113623
Binary100000111101110111110110000101000000100011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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