Html Css Color HEX #310F86 Persian Indigo

📋 copy color: '#310F86'

red 49 ◦ green 15 ◦ blue 134

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

Shades of Persian Indigo #310F86

Tints of Persian Indigo #310F86

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.58%

 BLUE value IS 134 (52.73% from 255) = 67.68%

R = 24.75%
G = 7.58%
B = 67.68%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#310F86 (or 0x310F86) is known color: Persian Indigo. HEX triplet: 31, 0F and 86. RGB value is (49,15,134). Sum of RGB (Red+Green+Blue) = 49+15+134=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #310F86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310F86 is #CEF079. Grayscale: #262626. Windows color (decimal): -13561978 or 8785713. OLE color: 8785713.

HSL color Cylindrical-coordinate representation of color #310F86: hue angle of 257.14º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310F86 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 15 134 -
CMYK 0.63 0.89 0 0.47
HSL 257.14º 0.8% 0.29% -
HSV(B) 257.14º 0.89% 0.53% -
XYZ 5.74 2.72 22.78 -
YUV 38.73 181.76 135.32 -
System Red Green Blue C M Y K H S L
Decimal 49 15 134 0.63 0.89 0 0.47 257.14 0.8 0.29
Hex 31 F 86 3F 59 0 2F 101 50 1D
Octal 61 17 206 77 131 0 57 401 120 35
Binary 110001 1111 10000110 111111 1011001 0 101111 100000001 1010000 11101

Color Harmonies of #310F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310F86

Black with #310F86

Text Example


Text Example

White with #310F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,15,134); }

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

background-color css

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

 a { background-color: rgb(49,15,134); }

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

border-color css

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

 span { border-color: rgb(49,15,134); }

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