Html Css Color HEX #310679 Persian Indigo

📋 copy color: '#310679'

red 49 ◦ green 6 ◦ blue 121

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

Shades of Persian Indigo #310679

Tints of Persian Indigo #310679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.41%

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

R = 27.84%
G = 3.41%
B = 68.75%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#310679 (or 0x310679) is known color: Persian Indigo. HEX triplet: 31, 06 and 79. RGB value is (49,6,121). Sum of RGB (Red+Green+Blue) = 49+6+121=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 121 (47.66% from 255 or 68.75% from 176); Max value from RGB is 121 - color contains mainly: blue. Hex color #310679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310679 is #CEF986. Grayscale: #1F1F1F. Windows color (decimal): -13564295 or 7931441. OLE color: 7931441.

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

Color convert

RGB 49 6 121 -
CMYK 0.60 0.95 0 0.53
HSL 262.43º 0.91% 0.25% -
HSV(B) 262.43º 0.95% 0.47% -
XYZ 4.78 2.16 18.25 -
YUV 31.97 178.25 140.15 -
System Red Green Blue C M Y K H S L
Decimal 49 6 121 0.60 0.95 0 0.53 262.43 0.91 0.25
Hex 31 6 79 3C 5F 0 35 106 5B 19
Octal 61 6 171 74 137 0 65 406 133 31
Binary 110001 110 1111001 111100 1011111 0 110101 100000110 1011011 11001

Color Harmonies of #310679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310679

Black with #310679

Text Example


Text Example

White with #310679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310679; }

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

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

background-color css

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

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

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

border-color css

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

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

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