#451590

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

Shades of Persian Indigo #451590

Tints of Persian Indigo #451590

Color information

#451590 (or 0x451590) is unknown color: approx Persian Indigo. HEX triplet: 45, 15 and 90. RGB value is (69,21,144). Sum of RGB (Red+Green+Blue) = 69+21+144=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #451590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451590 is #BAEA6F. Grayscale: #303030. Windows color (decimal): -12249712 or 9442629. OLE color: 9442629.

HSL color Cylindrical-coordinate representation of color #451590: hue angle of 263.41º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451590 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6921144-
CMYK0.520.8500.44
HSL263.41º74.55%32.35%-
HSV(B)263.41º85.42%56.47%-
XYZ7.763.8226.71-
YUV49.37181.4142-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 144 (56.64% from 255) = 61.54%
R=29.49%
G=8.97%
B=61.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69211440.520.8500.44263.4174.5532.35
Hex451590345502C1074b20
Octal105252206412505440711340
Binary10001011010110010000110100101010101011001000001111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451590; }

 p { color: rgb(69,21,144); }

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

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

 a { background-color: rgb(69,21,144); }

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

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

 span { border-color: rgb(69,21,144); }

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