Html Css Color HEX #310C76 Persian Indigo

📋 copy color: '#310C76'

red 49 ◦ green 12 ◦ blue 118

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

Shades of Persian Indigo #310C76

Tints of Persian Indigo #310C76

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.7%

 BLUE value IS 118 (46.48% from 255) = 65.92%

R = 27.37%
G = 6.7%
B = 65.92%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#310C76 (or 0x310C76) is known color: Persian Indigo. HEX triplet: 31, 0C and 76. RGB value is (49,12,118). Sum of RGB (Red+Green+Blue) = 49+12+118=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #310C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310C76 is #CEF389. Grayscale: #222222. Windows color (decimal): -13562762 or 7736369. OLE color: 7736369.

HSL color Cylindrical-coordinate representation of color #310C76: hue angle of 260.94º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310C76 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 12 118 -
CMYK 0.58 0.90 0 0.54
HSL 260.94º 0.82% 0.25% -
HSV(B) 260.94º 0.9% 0.46% -
XYZ 4.67 2.22 17.32 -
YUV 35.15 174.76 137.88 -
System Red Green Blue C M Y K H S L
Decimal 49 12 118 0.58 0.90 0 0.54 260.94 0.82 0.25
Hex 31 C 76 3A 5A 0 36 105 52 19
Octal 61 14 166 72 132 0 66 405 122 31
Binary 110001 1100 1110110 111010 1011010 0 110110 100000101 1010010 11001

Color Harmonies of #310C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C76

Black with #310C76

Text Example


Text Example

White with #310C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310C76; }

 p { color: rgb(49,12,118); }

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

background-color css

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

 a { background-color: rgb(49,12,118); }

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

border-color css

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

 span { border-color: rgb(49,12,118); }

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