#321E9D

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

Shades of Persian Indigo #321E9D

Tints of Persian Indigo #321E9D

Color information

#321E9D (or 0x321E9D) is unknown color: approx Persian Indigo. HEX triplet: 32, 1E and 9D. RGB value is (50,30,157). Sum of RGB (Red+Green+Blue) = 50+30+157=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #321E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321E9D is #CDE162. Grayscale: #313131. Windows color (decimal): -13492579 or 10296882. OLE color: 10296882.

HSL color Cylindrical-coordinate representation of color #321E9D: hue angle of 249.45º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321E9D is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5030157-
CMYK0.680.8100.38
HSL249.45º67.91%36.67%-
HSV(B)249.45º80.89%61.57%-
XYZ7.874.0432.26-
YUV50.46188.13127.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 157 (61.72% from 255) = 66.24%
R=21.10%
G=12.66%
B=66.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50301570.680.8100.38249.4567.9136.67
Hex321E9D4451026f94425
Octal623623510412104637110445
Binary1100101111010011101100010010100010100110111110011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,30,157); }

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

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

 a { background-color: rgb(50,30,157); }

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

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

 span { border-color: rgb(50,30,157); }

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