#410770

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

Shades of Indigo #410770

Tints of Indigo #410770

Color information

#410770 (or 0x410770) is unknown color: approx Indigo. HEX triplet: 41, 07 and 70. RGB value is (65,7,112). Sum of RGB (Red+Green+Blue) = 65+7+112=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #410770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410770 is #BEF88F. Grayscale: #232323. Windows color (decimal): -12515472 or 7341889. OLE color: 7341889.

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

Color convert

RGB657112-
CMYK0.420.9400.56
HSL273.14º88.24%23.33%-
HSV(B)273.14º93.75%43.92%-
XYZ5.182.4515.53-
YUV36.31170.72148.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 7 (3.12% from 255) = 3.80%
BLUE value IS 112 (44.14% from 255) = 60.87%
R=35.33%
G=3.80%
B=60.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6571120.420.9400.56273.1488.2423.33
Hex417702A5E0381115817
Octal10171605213607042113027
Binary1000001111111000010101010111100111000100010001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410770; }

 p { color: rgb(65,7,112); }

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

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

 a { background-color: rgb(65,7,112); }

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

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

 span { border-color: rgb(65,7,112); }

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