Html Css Color HEX #321973 Persian Indigo

📋 copy color: '#321973'

red 50 ◦ green 25 ◦ blue 115

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

Shades of Persian Indigo #321973

Tints of Persian Indigo #321973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 60.53%

R = 26.32%
G = 13.16%
B = 60.53%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#321973 (or 0x321973) is known color: Persian Indigo. HEX triplet: 32, 19 and 73. RGB value is (50,25,115). Sum of RGB (Red+Green+Blue) = 50+25+115=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #321973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321973 is #CDE68C. Grayscale: #2A2A2A. Windows color (decimal): -13493901 or 7543090. OLE color: 7543090.

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

Color convert

RGB 50 25 115 -
CMYK 0.57 0.78 0 0.55
HSL 256.67º 0.64% 0.27% -
HSV(B) 256.67º 0.78% 0.45% -
XYZ 4.76 2.61 16.47 -
YUV 42.74 168.78 133.18 -
System Red Green Blue C M Y K H S L
Decimal 50 25 115 0.57 0.78 0 0.55 256.67 0.64 0.27
Hex 32 19 73 39 4E 0 37 101 40 1B
Octal 62 31 163 71 116 0 67 401 100 33
Binary 110010 11001 1110011 111001 1001110 0 110111 100000001 1000000 11011

Color Harmonies of #321973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321973

Black with #321973

Text Example


Text Example

White with #321973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321973; }

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

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

background-color css

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

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

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

border-color css

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

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

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