Html Css Color HEX #320E71 Persian Indigo

📋 copy color: '#320E71'

red 50 ◦ green 14 ◦ blue 113

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

Shades of Persian Indigo #320E71

Tints of Persian Indigo #320E71

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.91%

 BLUE value IS 113 (44.53% from 255) = 63.84%

R = 28.25%
G = 7.91%
B = 63.84%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#320E71 (or 0x320E71) is known color: Persian Indigo. HEX triplet: 32, 0E and 71. RGB value is (50,14,113). Sum of RGB (Red+Green+Blue) = 50+14+113=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #320E71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320E71 is #CDF18E. Grayscale: #232323. Windows color (decimal): -13496719 or 7409202. OLE color: 7409202.

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

Color convert

RGB 50 14 113 -
CMYK 0.56 0.88 0 0.56
HSL 261.82º 0.78% 0.25% -
HSV(B) 261.82º 0.88% 0.44% -
XYZ 4.45 2.18 15.81 -
YUV 36.05 171.43 137.95 -
System Red Green Blue C M Y K H S L
Decimal 50 14 113 0.56 0.88 0 0.56 261.82 0.78 0.25
Hex 32 E 71 38 58 0 38 106 4E 19
Octal 62 16 161 70 130 0 70 406 116 31
Binary 110010 1110 1110001 111000 1011000 0 111000 100000110 1001110 11001

Color Harmonies of #320E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320E71

Black with #320E71

Text Example


Text Example

White with #320E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320E71; }

 p { color: rgb(50,14,113); }

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

background-color css

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

 a { background-color: rgb(50,14,113); }

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

border-color css

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

 span { border-color: rgb(50,14,113); }

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