Html Css Color HEX #310772 Persian Indigo

📋 copy color: '#310772'

red 49 ◦ green 7 ◦ blue 114

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

Shades of Persian Indigo #310772

Tints of Persian Indigo #310772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.12%

 BLUE value IS 114 (44.92% from 255) = 67.06%

R = 28.82%
G = 4.12%
B = 67.06%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#310772 (or 0x310772) is known color: Persian Indigo. HEX triplet: 31, 07 and 72. RGB value is (49,7,114). Sum of RGB (Red+Green+Blue) = 49+7+114=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #310772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310772 is #CEF88D. Grayscale: #1F1F1F. Windows color (decimal): -13564046 or 7472945. OLE color: 7472945.

HSL color Cylindrical-coordinate representation of color #310772: hue angle of 263.55º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310772 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 7 114 -
CMYK 0.57 0.94 0 0.55
HSL 263.55º 0.88% 0.24% -
HSV(B) 263.55º 0.94% 0.45% -
XYZ 4.38 2.02 16.08 -
YUV 31.76 174.41 140.3 -
System Red Green Blue C M Y K H S L
Decimal 49 7 114 0.57 0.94 0 0.55 263.55 0.88 0.24
Hex 31 7 72 39 5E 0 37 108 58 18
Octal 61 7 162 71 136 0 67 410 130 30
Binary 110001 111 1110010 111001 1011110 0 110111 100001000 1011000 11000

Color Harmonies of #310772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310772

Black with #310772

Text Example


Text Example

White with #310772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310772; }

 p { color: rgb(49,7,114); }

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

background-color css

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

 a { background-color: rgb(49,7,114); }

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

border-color css

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

 span { border-color: rgb(49,7,114); }

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