Html Css Color HEX #310777 Persian Indigo

📋 copy color: '#310777'

red 49 ◦ green 7 ◦ blue 119

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

Shades of Persian Indigo #310777

Tints of Persian Indigo #310777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 68%

R = 28%
G = 4%
B = 68%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#310777 (or 0x310777) is known color: Persian Indigo. HEX triplet: 31, 07 and 77. RGB value is (49,7,119). Sum of RGB (Red+Green+Blue) = 49+7+119=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #310777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310777 is #CEF888. Grayscale: #1F1F1F. Windows color (decimal): -13564041 or 7800625. OLE color: 7800625.

HSL color Cylindrical-coordinate representation of color #310777: hue angle of 262.5º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310777 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 7 119 -
CMYK 0.59 0.94 0 0.53
HSL 262.5º 0.89% 0.25% -
HSV(B) 262.5º 0.94% 0.47% -
XYZ 4.67 2.14 17.62 -
YUV 32.33 176.91 139.89 -
System Red Green Blue C M Y K H S L
Decimal 49 7 119 0.59 0.94 0 0.53 262.5 0.89 0.25
Hex 31 7 77 3B 5E 0 35 106 59 19
Octal 61 7 167 73 136 0 65 406 131 31
Binary 110001 111 1110111 111011 1011110 0 110101 100000110 1011001 11001

Color Harmonies of #310777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310777

Black with #310777

Text Example


Text Example

White with #310777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310777; }

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

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

background-color css

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

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

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

border-color css

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

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

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