Html Css Color HEX #321376 Persian Indigo

📋 copy color: '#321376'

red 50 ◦ green 19 ◦ blue 118

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

Shades of Persian Indigo #321376

Tints of Persian Indigo #321376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.16%

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

R = 26.74%
G = 10.16%
B = 63.1%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#321376 (or 0x321376) is known color: Persian Indigo. HEX triplet: 32, 13 and 76. RGB value is (50,19,118). Sum of RGB (Red+Green+Blue) = 50+19+118=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #321376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321376 is #CDEC89. Grayscale: #272727. Windows color (decimal): -13495434 or 7738162. OLE color: 7738162.

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

Color convert

RGB 50 19 118 -
CMYK 0.58 0.84 0 0.54
HSL 258.79º 0.72% 0.27% -
HSV(B) 258.79º 0.84% 0.46% -
XYZ 4.82 2.45 17.36 -
YUV 39.56 172.27 135.45 -
System Red Green Blue C M Y K H S L
Decimal 50 19 118 0.58 0.84 0 0.54 258.79 0.72 0.27
Hex 32 13 76 3A 54 0 36 103 48 1B
Octal 62 23 166 72 124 0 66 403 110 33
Binary 110010 10011 1110110 111010 1010100 0 110110 100000011 1001000 11011

Color Harmonies of #321376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321376

Black with #321376

Text Example


Text Example

White with #321376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321376; }

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

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

background-color css

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

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

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

border-color css

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

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

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