Html Css Color HEX #310179 Persian Indigo

📋 copy color: '#310179'

red 49 ◦ green 1 ◦ blue 121

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

Shades of Persian Indigo #310179

Tints of Persian Indigo #310179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 70.76%

R = 28.65%
G = 0.58%
B = 70.76%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#310179 (or 0x310179) is known color: Persian Indigo. HEX triplet: 31, 01 and 79. RGB value is (49,1,121). Sum of RGB (Red+Green+Blue) = 49+1+121=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 121 (47.66% from 255 or 70.76% from 171); Max value from RGB is 121 - color contains mainly: blue. Hex color #310179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310179 is #CEFE86. Grayscale: #1C1C1C. Windows color (decimal): -13565575 or 7930161. OLE color: 7930161.

HSL color Cylindrical-coordinate representation of color #310179: hue angle of 264º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #310179 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 1 121 -
CMYK 0.60 0.99 0 0.53
HSL 264º 0.98% 0.24% -
HSV(B) 264º 0.99% 0.47% -
XYZ 4.73 2.06 18.24 -
YUV 29.03 179.9 142.24 -
System Red Green Blue C M Y K H S L
Decimal 49 1 121 0.60 0.99 0 0.53 264 0.98 0.24
Hex 31 1 79 3C 63 0 35 108 62 18
Octal 61 1 171 74 143 0 65 410 142 30
Binary 110001 1 1111001 111100 1100011 0 110101 100001000 1100010 11000

Color Harmonies of #310179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310179

Black with #310179

Text Example


Text Example

White with #310179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310179; }

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

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

background-color css

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

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

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

border-color css

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

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

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