#45157D

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

Shades of Persian Indigo #45157D

Tints of Persian Indigo #45157D

Color information

#45157D (or 0x45157D) is unknown color: approx Persian Indigo. HEX triplet: 45, 15 and 7D. RGB value is (69,21,125). Sum of RGB (Red+Green+Blue) = 69+21+125=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #45157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45157D is #BAEA82. Grayscale: #2E2E2E. Windows color (decimal): -12249731 or 8197445. OLE color: 8197445.

HSL color Cylindrical-coordinate representation of color #45157D: hue angle of 267.69º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45157D is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6921125-
CMYK0.450.8300.51
HSL267.69º71.23%28.63%-
HSV(B)267.69º83.2%49.02%-
XYZ6.423.2819.7-
YUV47.21171.9143.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 125 (49.22% from 255) = 58.14%
R=32.09%
G=9.77%
B=58.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69211250.450.8300.51267.6971.2328.63
Hex45157D2D5303310c471d
Octal105251755512306341410735
Binary100010110101111110110110110100110110011100001100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45157D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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