Html Css Color HEX #310E71 Persian Indigo

📋 copy color: '#310E71'

red 49 ◦ green 14 ◦ blue 113

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

Shades of Persian Indigo #310E71

Tints of Persian Indigo #310E71

RGB

 RED value IS 49 (19.53% from 255) = 27.84%

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

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

R = 27.84%
G = 7.95%
B = 64.2%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#310E71 (or 0x310E71) is known color: Persian Indigo. HEX triplet: 31, 0E and 71. RGB value is (49,14,113). Sum of RGB (Red+Green+Blue) = 49+14+113=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #310E71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310E71 is #CEF18E. Grayscale: #232323. Windows color (decimal): -13562255 or 7409201. OLE color: 7409201.

HSL color Cylindrical-coordinate representation of color #310E71: hue angle of 261.21º 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 #310E71 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 14 113 -
CMYK 0.57 0.88 0 0.56
HSL 261.21º 0.78% 0.25% -
HSV(B) 261.21º 0.88% 0.44% -
XYZ 4.4 2.16 15.81 -
YUV 35.75 171.6 137.45 -
System Red Green Blue C M Y K H S L
Decimal 49 14 113 0.57 0.88 0 0.56 261.21 0.78 0.25
Hex 31 E 71 39 58 0 38 105 4E 19
Octal 61 16 161 71 130 0 70 405 116 31
Binary 110001 1110 1110001 111001 1011000 0 111000 100000101 1001110 11001

Color Harmonies of #310E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310E71

Black with #310E71

Text Example


Text Example

White with #310E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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