#450370

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

Shades of Indigo #450370

Tints of Indigo #450370

Color information

#450370 (or 0x450370) is unknown color: approx Indigo. HEX triplet: 45, 03 and 70. RGB value is (69,3,112). Sum of RGB (Red+Green+Blue) = 69+3+112=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 3 (1.56% from 255 or 1.63% 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 #450370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450370 is #BAFC8F. Grayscale: #222222. Windows color (decimal): -12254352 or 7340869. OLE color: 7340869.

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

Color convert

RGB693112-
CMYK0.380.9700.56
HSL276.33º94.78%22.55%-
HSV(B)276.33º97.32%43.92%-
XYZ5.412.515.53-
YUV35.16171.37152.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 112 (44.14% from 255) = 60.87%
R=37.5%
G=1.63%
B=60.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6931120.380.9700.56276.3394.7822.55
Hex4537026610381145f17
Octal10531604614107042413727
Binary100010111111000010011011000010111000100010100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450370; }

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

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

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

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

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

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

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

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