#451887

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

Shades of Persian Indigo #451887

Tints of Persian Indigo #451887

Color information

#451887 (or 0x451887) is unknown color: approx Persian Indigo. HEX triplet: 45, 18 and 87. RGB value is (69,24,135). Sum of RGB (Red+Green+Blue) = 69+24+135=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #451887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451887 is #BAE778. Grayscale: #313131. Windows color (decimal): -12248953 or 8853573. OLE color: 8853573.

HSL color Cylindrical-coordinate representation of color #451887: hue angle of 264.32º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #451887 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6924135-
CMYK0.490.8200.47
HSL264.32º69.81%31.18%-
HSV(B)264.32º82.22%52.94%-
XYZ7.153.6723.25-
YUV50.11175.91141.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.26%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 135 (53.12% from 255) = 59.21%
R=30.26%
G=10.53%
B=59.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69241350.490.8200.47264.3269.8131.18
Hex451887315202F108461f
Octal105302076112205741010637
Binary1000101110001000011111000110100100101111100001000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451887; }

 p { color: rgb(69,24,135); }

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

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

 a { background-color: rgb(69,24,135); }

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

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

 span { border-color: rgb(69,24,135); }

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