#321A85

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

Shades of Persian Indigo #321A85

Tints of Persian Indigo #321A85

Color information

#321A85 (or 0x321A85) is unknown color: approx Persian Indigo. HEX triplet: 32, 1A and 85. RGB value is (50,26,133). Sum of RGB (Red+Green+Blue) = 50+26+133=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #321A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321A85 is #CDE57A. Grayscale: #2C2C2C. Windows color (decimal): -13493627 or 8722994. OLE color: 8722994.

HSL color Cylindrical-coordinate representation of color #321A85: hue angle of 253.46º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321A85 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5026133-
CMYK0.620.8000.48
HSL253.46º67.3%31.18%-
HSV(B)253.46º80.45%52.16%-
XYZ5.923.1122.48-
YUV45.37177.45131.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 133 (52.34% from 255) = 63.64%
R=23.92%
G=12.44%
B=63.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50261330.620.8000.48253.4667.331.18
Hex321A853E50030fd431f
Octal62322057612006037510337
Binary11001011010100001011111101010000011000011111101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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