#410593

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

Shades of Indigo #410593

Tints of Indigo #410593

Color information

#410593 (or 0x410593) is unknown color: approx Indigo. HEX triplet: 41, 05 and 93. RGB value is (65,5,147). Sum of RGB (Red+Green+Blue) = 65+5+147=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #410593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410593 is #BEFA6C. Grayscale: #262626. Windows color (decimal): -12515949 or 9635137. OLE color: 9635137.

HSL color Cylindrical-coordinate representation of color #410593: hue angle of 265.35º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410593 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB655147-
CMYK0.560.9700.42
HSL265.35º93.42%29.8%-
HSV(B)265.35º96.6%57.65%-
XYZ7.53.3427.85-
YUV39.13188.88146.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.95%
GREEN value IS 5 (2.34% from 255) = 2.30%
BLUE value IS 147 (57.81% from 255) = 67.74%
R=29.95%
G=2.30%
B=67.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6551470.560.9700.42265.3593.4229.8
Hex41593386102A1095d1e
Octal10152237014105241113536
Binary10000011011001001111100011000010101010100001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410593; }

 p { color: rgb(65,5,147); }

 H1.HeaderClassName
 {
   color: #410593;
 }
 .AnyTagClassName
 {
   color: #410593;
 }
</style>
background-color css

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

 a { background-color: rgb(65,5,147); }

 div.DivClassName
 {
   background-color: #410593;
 }
 .BgClassName
 {
   background-color: #410593;
 }
</style>
border-color css

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

 span { border-color: rgb(65,5,147); }

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