#45198A

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

Shades of Persian Indigo #45198A

Tints of Persian Indigo #45198A

Color information

#45198A (or 0x45198A) is unknown color: approx Persian Indigo. HEX triplet: 45, 19 and 8A. RGB value is (69,25,138). Sum of RGB (Red+Green+Blue) = 69+25+138=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #45198A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45198A is #BAE675. Grayscale: #323232. Windows color (decimal): -12248694 or 9050437. OLE color: 9050437.

HSL color Cylindrical-coordinate representation of color #45198A: hue angle of 263.36º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #45198A is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6925138-
CMYK0.50.8200.46
HSL263.36º69.33%31.96%-
HSV(B)263.36º81.88%54.12%-
XYZ7.393.824.39-
YUV51.04177.08140.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 138 (54.30% from 255) = 59.48%
R=29.74%
G=10.78%
B=59.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69251380.50.8200.46263.3669.3331.96
Hex45198A325202E1074520
Octal105312126212205640710540
Binary10001011100110001010110010101001001011101000001111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45198A; }

 p { color: rgb(69,25,138); }

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

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

 a { background-color: rgb(69,25,138); }

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

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

 span { border-color: rgb(69,25,138); }

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