#45189C

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

Shades of Persian Indigo #45189C

Tints of Persian Indigo #45189C

Color information

#45189C (or 0x45189C) is unknown color: approx Persian Indigo. HEX triplet: 45, 18 and 9C. RGB value is (69,24,156). Sum of RGB (Red+Green+Blue) = 69+24+156=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #45189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45189C is #BAE763. Grayscale: #343434. Windows color (decimal): -12248932 or 10229829. OLE color: 10229829.

HSL color Cylindrical-coordinate representation of color #45189C: hue angle of 260.45º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45189C is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6924156-
CMYK0.560.8500.39
HSL260.45º73.33%35.29%-
HSV(B)260.45º84.62%61.18%-
XYZ8.784.3231.82-
YUV52.5186.41139.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.71%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 156 (61.33% from 255) = 62.65%
R=27.71%
G=9.64%
B=62.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69241560.560.8500.39260.4573.3335.29
Hex45189C38550271044923
Octal105302347012504740411143
Binary10001011100010011100111000101010101001111000001001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45189C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45189C; }

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

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

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

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

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

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

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

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