#321473

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

Shades of Persian Indigo #321473

Tints of Persian Indigo #321473

Color information

#321473 (or 0x321473) is unknown color: approx Persian Indigo. HEX triplet: 32, 14 and 73. RGB value is (50,20,115). Sum of RGB (Red+Green+Blue) = 50+20+115=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #321473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321473 is #CDEB8C. Grayscale: #272727. Windows color (decimal): -13495181 or 7541810. OLE color: 7541810.

HSL color Cylindrical-coordinate representation of color #321473: hue angle of 258.95º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #321473 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5020115-
CMYK0.570.8300.55
HSL258.95º70.37%26.47%-
HSV(B)258.95º82.61%45.1%-
XYZ4.662.4216.44-
YUV39.8170.44135.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 115 (45.31% from 255) = 62.16%
R=27.03%
G=10.81%
B=62.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50201150.570.8300.55258.9570.3726.47
Hex3214733953037103461a
Octal62241637112306740310632
Binary11001010100111001111100110100110110111100000011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321473; }

 p { color: rgb(50,20,115); }

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

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

 a { background-color: rgb(50,20,115); }

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

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

 span { border-color: rgb(50,20,115); }

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