#321A95

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

Shades of Persian Indigo #321A95

Tints of Persian Indigo #321A95

Color information

#321A95 (or 0x321A95) is unknown color: approx Persian Indigo. HEX triplet: 32, 1A and 95. RGB value is (50,26,149). Sum of RGB (Red+Green+Blue) = 50+26+149=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #321A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321A95 is #CDE56A. Grayscale: #2E2E2E. Windows color (decimal): -13493611 or 9771570. OLE color: 9771570.

HSL color Cylindrical-coordinate representation of color #321A95: hue angle of 251.71º degrees, saturation: 0.7, 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 #321A95 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5026149-
CMYK0.660.8300.42
HSL251.71º70.29%34.31%-
HSV(B)251.71º82.55%58.43%-
XYZ7.113.5928.75-
YUV47.2185.45130-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 26 (10.55% from 255) = 11.56%
BLUE value IS 149 (58.59% from 255) = 66.22%
R=22.22%
G=11.56%
B=66.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50261490.660.8300.42251.7170.2934.31
Hex321A95425302Afc4622
Octal623222510212305237410642
Binary1100101101010010101100001010100110101010111111001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321A95; }

 p { color: rgb(50,26,149); }

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

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

 a { background-color: rgb(50,26,149); }

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

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

 span { border-color: rgb(50,26,149); }

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