#45177C

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

Shades of Persian Indigo #45177C

Tints of Persian Indigo #45177C

Color information

#45177C (or 0x45177C) is unknown color: approx Persian Indigo. HEX triplet: 45, 17 and 7C. RGB value is (69,23,124). Sum of RGB (Red+Green+Blue) = 69+23+124=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #45177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45177C is #BAE883. Grayscale: #2F2F2F. Windows color (decimal): -12249220 or 8132421. OLE color: 8132421.

HSL color Cylindrical-coordinate representation of color #45177C: hue angle of 267.33º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45177C is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6923124-
CMYK0.440.8100.51
HSL267.33º68.71%28.82%-
HSV(B)267.33º81.45%48.63%-
XYZ6.43.3319.37-
YUV48.27170.74142.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.94%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 124 (48.83% from 255) = 57.41%
R=31.94%
G=10.65%
B=57.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69231240.440.8100.51267.3368.7128.82
Hex45177C2C5103310b451d
Octal105271745412106341310535
Binary100010110111111110010110010100010110011100001011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,23,124); }

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

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

 a { background-color: rgb(69,23,124); }

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

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

 span { border-color: rgb(69,23,124); }

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