#410393

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

Shades of Indigo #410393

Tints of Indigo #410393

Color information

#410393 (or 0x410393) is unknown color: approx Indigo. HEX triplet: 41, 03 and 93. RGB value is (65,3,147). Sum of RGB (Red+Green+Blue) = 65+3+147=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #410393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410393 is #BEFC6C. Grayscale: #252525. Windows color (decimal): -12516461 or 9634625. OLE color: 9634625.

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

Color convert

RGB653147-
CMYK0.560.9800.42
HSL265.83º96%29.41%-
HSV(B)265.83º97.96%57.65%-
XYZ7.483.327.85-
YUV37.95189.54147.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 147 (57.81% from 255) = 68.37%
R=30.23%
G=1.40%
B=68.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6531470.560.9800.42265.839629.41
Hex41393386202A10a601d
Octal10132237014205241214035
Binary1000001111001001111100011000100101010100001010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410393; }

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

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

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

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

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

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

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

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