#451995

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

Shades of Persian Indigo #451995

Tints of Persian Indigo #451995

Color information

#451995 (or 0x451995) is unknown color: approx Persian Indigo. HEX triplet: 45, 19 and 95. RGB value is (69,25,149). Sum of RGB (Red+Green+Blue) = 69+25+149=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #451995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451995 is #BAE66A. Grayscale: #333333. Windows color (decimal): -12248683 or 9771333. OLE color: 9771333.

HSL color Cylindrical-coordinate representation of color #451995: hue angle of 261.29º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451995 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6925149-
CMYK0.540.8300.42
HSL261.29º71.26%34.12%-
HSV(B)261.29º83.22%58.43%-
XYZ8.234.1328.8-
YUV52.29182.58139.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.40%
GREEN value IS 25 (10.16% from 255) = 10.29%
BLUE value IS 149 (58.59% from 255) = 61.32%
R=28.40%
G=10.29%
B=61.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69251490.540.8300.42261.2971.2634.12
Hex451995365302A1054722
Octal105312256612305240510742
Binary10001011100110010101110110101001101010101000001011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451995; }

 p { color: rgb(69,25,149); }

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

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

 a { background-color: rgb(69,25,149); }

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

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

 span { border-color: rgb(69,25,149); }

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