Html Css Color HEX #321970 Persian Indigo

📋 copy color: '#321970'

red 50 ◦ green 25 ◦ blue 112

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

Shades of Persian Indigo #321970

Tints of Persian Indigo #321970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

 BLUE value IS 112 (44.14% from 255) = 59.89%

R = 26.74%
G = 13.37%
B = 59.89%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#321970 (or 0x321970) is known color: Persian Indigo. HEX triplet: 32, 19 and 70. RGB value is (50,25,112). Sum of RGB (Red+Green+Blue) = 50+25+112=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #321970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321970 is #CDE68F. Grayscale: #2A2A2A. Windows color (decimal): -13493904 or 7346482. OLE color: 7346482.

HSL color Cylindrical-coordinate representation of color #321970: hue angle of 257.24º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #321970 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 25 112 -
CMYK 0.55 0.78 0 0.56
HSL 257.24º 0.64% 0.27% -
HSV(B) 257.24º 0.78% 0.44% -
XYZ 4.59 2.54 15.58 -
YUV 42.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 50 25 112 0.55 0.78 0 0.56 257.24 0.64 0.27
Hex 32 19 70 37 4E 0 38 101 40 1B
Octal 62 31 160 67 116 0 70 401 100 33
Binary 110010 11001 1110000 110111 1001110 0 111000 100000001 1000000 11011

Color Harmonies of #321970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321970

Black with #321970

Text Example


Text Example

White with #321970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321970; }

 p { color: rgb(50,25,112); }

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

background-color css

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

 a { background-color: rgb(50,25,112); }

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

border-color css

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

 span { border-color: rgb(50,25,112); }

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