#451370

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

Shades of Indigo #451370

Tints of Indigo #451370

Color information

#451370 (or 0x451370) is unknown color: approx Indigo. HEX triplet: 45, 13 and 70. RGB value is (69,19,112). Sum of RGB (Red+Green+Blue) = 69+19+112=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #451370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451370 is #BAEC8F. Grayscale: #2C2C2C. Windows color (decimal): -12250256 or 7344965. OLE color: 7344965.

HSL color Cylindrical-coordinate representation of color #451370: hue angle of 272.26º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451370 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6919112-
CMYK0.380.8300.56
HSL272.26º70.99%25.69%-
HSV(B)272.26º83.04%43.92%-
XYZ5.612.915.59-
YUV44.55166.06145.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.5%
GREEN value IS 19 (7.81% from 255) = 9.5%
BLUE value IS 112 (44.14% from 255) = 56%
R=34.5%
G=9.5%
B=56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69191120.380.8300.56272.2670.9925.69
Hex4513702653038110471a
Octal105231604612307042010732
Binary100010110011111000010011010100110111000100010000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451370; }

 p { color: rgb(69,19,112); }

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

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

 a { background-color: rgb(69,19,112); }

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

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

 span { border-color: rgb(69,19,112); }

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