#45169D

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

Shades of Persian Indigo #45169D

Tints of Persian Indigo #45169D

Color information

#45169D (or 0x45169D) is unknown color: approx Persian Indigo. HEX triplet: 45, 16 and 9D. RGB value is (69,22,157). Sum of RGB (Red+Green+Blue) = 69+22+157=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #45169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45169D is #BAE962. Grayscale: #323232. Windows color (decimal): -12249443 or 10294853. OLE color: 10294853.

HSL color Cylindrical-coordinate representation of color #45169D: hue angle of 260.89º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45169D is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6922157-
CMYK0.560.8600.38
HSL260.89º75.42%35.1%-
HSV(B)260.89º85.99%61.57%-
XYZ8.834.2732.26-
YUV51.44187.57140.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 22 (8.98% from 255) = 8.87%
BLUE value IS 157 (61.72% from 255) = 63.31%
R=27.82%
G=8.87%
B=63.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69221570.560.8600.38260.8975.4235.1
Hex45169D38560261054b23
Octal105262357012604640511343
Binary10001011011010011101111000101011001001101000001011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,22,157); }

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

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

 a { background-color: rgb(69,22,157); }

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

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

 span { border-color: rgb(69,22,157); }

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