Html Css Color HEX #321FA0 Persian Indigo

📋 copy color: '#321FA0'

red 50 ◦ green 31 ◦ blue 160

#321FA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #321FA0

Tints of Persian Indigo #321FA0

RGB

 RED value IS 50 (19.92% from 255) = 20.75%

 GREEN value IS 31 (12.5% from 255) = 12.86%

 BLUE value IS 160 (62.89% from 255) = 66.39%

R = 20.75%
G = 12.86%
B = 66.39%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#321FA0 (or 0x321FA0) is known color: Persian Indigo. HEX triplet: 32, 1F and A0. RGB value is (50,31,160). Sum of RGB (Red+Green+Blue) = 50+31+160=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #321FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321FA0 is #CDE05F. Grayscale: #323232. Windows color (decimal): -13492320 or 10493746. OLE color: 10493746.

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

Color convert

RGB 50 31 160 -
CMYK 0.69 0.81 0 0.37
HSL 248.84º 0.68% 0.37% -
HSV(B) 248.84º 0.81% 0.63% -
XYZ 8.15 4.2 33.64 -
YUV 51.39 189.29 127.01 -
System Red Green Blue C M Y K H S L
Decimal 50 31 160 0.69 0.81 0 0.37 248.84 0.68 0.37
Hex 32 1F A0 45 51 0 25 F9 44 25
Octal 62 37 240 105 121 0 45 371 104 45
Binary 110010 11111 10100000 1000101 1010001 0 100101 11111001 1000100 100101

Color Harmonies of #321FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FA0

Black with #321FA0

Text Example


Text Example

White with #321FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,31,160); }

 H1.HeaderClassName
 {
   color: #321FA0;
 }
 .AnyTagClassName
 {
   color: #321FA0;
 }
</style>

background-color css

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

 a { background-color: rgb(50,31,160); }

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

border-color css

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

 span { border-color: rgb(50,31,160); }

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