#321A9C

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

Shades of Persian Indigo #321A9C

Tints of Persian Indigo #321A9C

Color information

#321A9C (or 0x321A9C) is unknown color: approx Persian Indigo. HEX triplet: 32, 1A and 9C. RGB value is (50,26,156). Sum of RGB (Red+Green+Blue) = 50+26+156=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #321A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321A9C is #CDE563. Grayscale: #2F2F2F. Windows color (decimal): -13493604 or 10230322. OLE color: 10230322.

HSL color Cylindrical-coordinate representation of color #321A9C: hue angle of 251.08º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #321A9C is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5026156-
CMYK0.680.8300.39
HSL251.08º71.43%35.69%-
HSV(B)251.08º83.33%61.18%-
XYZ7.693.8231.78-
YUV48188.95129.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 26 (10.55% from 255) = 11.21%
BLUE value IS 156 (61.33% from 255) = 67.24%
R=21.55%
G=11.21%
B=67.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50261560.680.8300.39251.0871.4335.69
Hex321A9C4453027fb4724
Octal623223410412304737310744
Binary1100101101010011100100010010100110100111111110111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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