#410993

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

Shades of Indigo #410993

Tints of Indigo #410993

Color information

#410993 (or 0x410993) is unknown color: approx Indigo. HEX triplet: 41, 09 and 93. RGB value is (65,9,147). Sum of RGB (Red+Green+Blue) = 65+9+147=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #410993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410993 is #BEF66C. Grayscale: #282828. Windows color (decimal): -12514925 or 9636161. OLE color: 9636161.

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

Color convert

RGB659147-
CMYK0.560.9400.42
HSL264.35º88.46%30.59%-
HSV(B)264.35º93.88%57.65%-
XYZ7.543.4327.87-
YUV41.48187.55144.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 9 (3.91% from 255) = 4.07%
BLUE value IS 147 (57.81% from 255) = 66.52%
R=29.41%
G=4.07%
B=66.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6591470.560.9400.42264.3588.4630.59
Hex41993385E02A108581f
Octal101112237013605241013037
Binary100000110011001001111100010111100101010100001000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410993; }

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

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

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

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

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

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

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

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