#45158D

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

Shades of Persian Indigo #45158D

Tints of Persian Indigo #45158D

Color information

#45158D (or 0x45158D) is unknown color: approx Persian Indigo. HEX triplet: 45, 15 and 8D. RGB value is (69,21,141). Sum of RGB (Red+Green+Blue) = 69+21+141=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #45158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45158D is #BAEA72. Grayscale: #303030. Windows color (decimal): -12249715 or 9246021. OLE color: 9246021.

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

Color convert

RGB6921141-
CMYK0.510.8500.45
HSL264º74.07%31.76%-
HSV(B)264º85.11%55.29%-
XYZ7.533.7225.52-
YUV49.03179.9142.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 21 (8.59% from 255) = 9.09%
BLUE value IS 141 (55.47% from 255) = 61.04%
R=29.87%
G=9.09%
B=61.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69211410.510.8500.4526474.0731.76
Hex45158D335502D1084a20
Octal105252156312505541011240
Binary10001011010110001101110011101010101011011000010001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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