Html Css Color HEX #321976 Persian Indigo

📋 copy color: '#321976'

red 50 ◦ green 25 ◦ blue 118

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

Shades of Persian Indigo #321976

Tints of Persian Indigo #321976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 61.14%

R = 25.91%
G = 12.95%
B = 61.14%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#321976 (or 0x321976) is known color: Persian Indigo. HEX triplet: 32, 19 and 76. RGB value is (50,25,118). Sum of RGB (Red+Green+Blue) = 50+25+118=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #321976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321976 is #CDE689. Grayscale: #2A2A2A. Windows color (decimal): -13493898 or 7739698. OLE color: 7739698.

HSL color Cylindrical-coordinate representation of color #321976: hue angle of 256.13º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321976 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 25 118 -
CMYK 0.58 0.79 0 0.54
HSL 256.13º 0.65% 0.28% -
HSV(B) 256.13º 0.79% 0.46% -
XYZ 4.93 2.68 17.4 -
YUV 43.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 50 25 118 0.58 0.79 0 0.54 256.13 0.65 0.28
Hex 32 19 76 3A 4F 0 36 100 41 1C
Octal 62 31 166 72 117 0 66 400 101 34
Binary 110010 11001 1110110 111010 1001111 0 110110 100000000 1000001 11100

Color Harmonies of #321976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321976

Black with #321976

Text Example


Text Example

White with #321976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321976; }

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

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

background-color css

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

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

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

border-color css

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

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

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