Html Css Color HEX #321372 Persian Indigo

📋 copy color: '#321372'

red 50 ◦ green 19 ◦ blue 114

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

Shades of Persian Indigo #321372

Tints of Persian Indigo #321372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 62.3%

R = 27.32%
G = 10.38%
B = 62.3%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#321372 (or 0x321372) is known color: Persian Indigo. HEX triplet: 32, 13 and 72. RGB value is (50,19,114). Sum of RGB (Red+Green+Blue) = 50+19+114=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #321372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321372 is #CDEC8D. Grayscale: #262626. Windows color (decimal): -13495438 or 7476018. OLE color: 7476018.

HSL color Cylindrical-coordinate representation of color #321372: hue angle of 259.58º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #321372 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 19 114 -
CMYK 0.56 0.83 0 0.55
HSL 259.58º 0.71% 0.26% -
HSV(B) 259.58º 0.83% 0.45% -
XYZ 4.59 2.36 16.13 -
YUV 39.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 50 19 114 0.56 0.83 0 0.55 259.58 0.71 0.26
Hex 32 13 72 38 53 0 37 104 47 1A
Octal 62 23 162 70 123 0 67 404 107 32
Binary 110010 10011 1110010 111000 1010011 0 110111 100000100 1000111 11010

Color Harmonies of #321372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321372

Black with #321372

Text Example


Text Example

White with #321372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321372; }

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

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

background-color css

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

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

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

border-color css

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

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

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