#451888

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

Shades of Persian Indigo #451888

Tints of Persian Indigo #451888

Color information

#451888 (or 0x451888) is unknown color: approx Persian Indigo. HEX triplet: 45, 18 and 88. RGB value is (69,24,136). Sum of RGB (Red+Green+Blue) = 69+24+136=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #451888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451888 is #BAE777. Grayscale: #313131. Windows color (decimal): -12248952 or 8919109. OLE color: 8919109.

HSL color Cylindrical-coordinate representation of color #451888: hue angle of 264.11º 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 #451888 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6924136-
CMYK0.490.8200.47
HSL264.11º70%31.37%-
HSV(B)264.11º82.35%53.33%-
XYZ7.223.723.63-
YUV50.22176.41141.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.13%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 136 (53.52% from 255) = 59.39%
R=30.13%
G=10.48%
B=59.39%

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
Decimal69241360.490.8200.47264.117031.37
Hex451888315202F108461f
Octal105302106112205741010637
Binary1000101110001000100011000110100100101111100001000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451888; }

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

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

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

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

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

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

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

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