Html Css Color HEX #310271 Persian Indigo

📋 copy color: '#310271'

red 49 ◦ green 2 ◦ blue 113

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

Shades of Persian Indigo #310271

Tints of Persian Indigo #310271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.22%

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

R = 29.88%
G = 1.22%
B = 68.9%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#310271 (or 0x310271) is known color: Persian Indigo. HEX triplet: 31, 02 and 71. RGB value is (49,2,113). Sum of RGB (Red+Green+Blue) = 49+2+113=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 113 (44.53% from 255 or 68.90% from 164); Max value from RGB is 113 - color contains mainly: blue. Hex color #310271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310271 is #CEFD8E. Grayscale: #1C1C1C. Windows color (decimal): -13565327 or 7406129. OLE color: 7406129.

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

Color convert

RGB 49 2 113 -
CMYK 0.57 0.98 0 0.56
HSL 265.41º 0.97% 0.23% -
HSV(B) 265.41º 0.98% 0.44% -
XYZ 4.27 1.89 15.76 -
YUV 28.71 175.57 142.47 -
System Red Green Blue C M Y K H S L
Decimal 49 2 113 0.57 0.98 0 0.56 265.41 0.97 0.23
Hex 31 2 71 39 62 0 38 109 61 17
Octal 61 2 161 71 142 0 70 411 141 27
Binary 110001 10 1110001 111001 1100010 0 111000 100001001 1100001 10111

Color Harmonies of #310271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310271

Black with #310271

Text Example


Text Example

White with #310271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310271; }

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

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

background-color css

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

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

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

border-color css

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

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

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