Html Css Color HEX #310171 Persian Indigo

📋 copy color: '#310171'

red 49 ◦ green 1 ◦ blue 113

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

Shades of Persian Indigo #310171

Tints of Persian Indigo #310171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 30.06%
G = 0.61%
B = 69.33%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#310171 (or 0x310171) is known color: Persian Indigo. HEX triplet: 31, 01 and 71. RGB value is (49,1,113). Sum of RGB (Red+Green+Blue) = 49+1+113=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #310171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310171 is #CEFE8E. Grayscale: #1B1B1B. Windows color (decimal): -13565583 or 7405873. OLE color: 7405873.

HSL color Cylindrical-coordinate representation of color #310171: hue angle of 265.71º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #310171 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 1 113 -
CMYK 0.57 0.99 0 0.56
HSL 265.71º 0.98% 0.22% -
HSV(B) 265.71º 0.99% 0.44% -
XYZ 4.26 1.87 15.76 -
YUV 28.12 175.9 142.89 -
System Red Green Blue C M Y K H S L
Decimal 49 1 113 0.57 0.99 0 0.56 265.71 0.98 0.22
Hex 31 1 71 39 63 0 38 10A 62 16
Octal 61 1 161 71 143 0 70 412 142 26
Binary 110001 1 1110001 111001 1100011 0 111000 100001010 1100010 10110

Color Harmonies of #310171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310171

Black with #310171

Text Example


Text Example

White with #310171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310171; }

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

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

background-color css

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

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

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

border-color css

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

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

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