#451882

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

Shades of Persian Indigo #451882

Tints of Persian Indigo #451882

Color information

#451882 (or 0x451882) is unknown color: approx Persian Indigo. HEX triplet: 45, 18 and 82. RGB value is (69,24,130). Sum of RGB (Red+Green+Blue) = 69+24+130=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #451882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451882 is #BAE77D. Grayscale: #313131. Windows color (decimal): -12248958 or 8525893. OLE color: 8525893.

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

Color convert

RGB6924130-
CMYK0.470.8200.49
HSL265.47º68.83%30.2%-
HSV(B)265.47º81.54%50.98%-
XYZ6.813.5321.44-
YUV49.54173.41141.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 130 (51.17% from 255) = 58.30%
R=30.94%
G=10.76%
B=58.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69241300.470.8200.49265.4768.8330.2
Hex4518822F52031109451e
Octal105302025712206141110536
Binary1000101110001000001010111110100100110001100001001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451882; }

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

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

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

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

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

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

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

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