#321475

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

Shades of Persian Indigo #321475

Tints of Persian Indigo #321475

Color information

#321475 (or 0x321475) is unknown color: approx Persian Indigo. HEX triplet: 32, 14 and 75. RGB value is (50,20,117). Sum of RGB (Red+Green+Blue) = 50+20+117=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #321475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321475 is #CDEB8A. Grayscale: #272727. Windows color (decimal): -13495179 or 7672882. OLE color: 7672882.

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

Color convert

RGB5020117-
CMYK0.570.8300.54
HSL258.56º70.8%26.86%-
HSV(B)258.56º82.91%45.88%-
XYZ4.782.4617.05-
YUV40.03171.44135.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 117 (46.09% from 255) = 62.57%
R=26.74%
G=10.70%
B=62.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50201170.570.8300.54258.5670.826.86
Hex3214753953036103471b
Octal62241657112306640310733
Binary11001010100111010111100110100110110110100000011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321475; }

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

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

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

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

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

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

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

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