#45158E

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

Shades of Persian Indigo #45158E

Tints of Persian Indigo #45158E

Color information

#45158E (or 0x45158E) is unknown color: approx Persian Indigo. HEX triplet: 45, 15 and 8E. RGB value is (69,21,142). Sum of RGB (Red+Green+Blue) = 69+21+142=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #45158E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45158E is #BAEA71. Grayscale: #303030. Windows color (decimal): -12249714 or 9311557. OLE color: 9311557.

HSL color Cylindrical-coordinate representation of color #45158E: hue angle of 263.8º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45158E is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6921142-
CMYK0.510.8500.44
HSL263.8º74.23%31.96%-
HSV(B)263.8º85.21%55.69%-
XYZ7.63.7525.92-
YUV49.15180.4142.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 21 (8.59% from 255) = 9.05%
BLUE value IS 142 (55.86% from 255) = 61.21%
R=29.74%
G=9.05%
B=61.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69211420.510.8500.44263.874.2331.96
Hex45158E335502C1084a20
Octal105252166312505441011240
Binary10001011010110001110110011101010101011001000010001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45158E; }

 p { color: rgb(69,21,142); }

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

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

 a { background-color: rgb(69,21,142); }

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

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

 span { border-color: rgb(69,21,142); }

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