Html Css Color HEX #310987 Persian Indigo

📋 copy color: '#310987'

red 49 ◦ green 9 ◦ blue 135

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

Shades of Persian Indigo #310987

Tints of Persian Indigo #310987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.66%

 BLUE value IS 135 (53.13% from 255) = 69.95%

R = 25.39%
G = 4.66%
B = 69.95%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#310987 (or 0x310987) is known color: Persian Indigo. HEX triplet: 31, 09 and 87. RGB value is (49,9,135). Sum of RGB (Red+Green+Blue) = 49+9+135=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 135 (53.12% from 255 or 69.95% from 193); Max value from RGB is 135 - color contains mainly: blue. Hex color #310987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310987 is #CEF678. Grayscale: #222222. Windows color (decimal): -13563513 or 8849713. OLE color: 8849713.

HSL color Cylindrical-coordinate representation of color #310987: hue angle of 259.05º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310987 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 9 135 -
CMYK 0.64 0.93 0 0.47
HSL 259.05º 0.88% 0.28% -
HSV(B) 259.05º 0.93% 0.53% -
XYZ 5.74 2.6 23.12 -
YUV 35.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 49 9 135 0.64 0.93 0 0.47 259.05 0.88 0.28
Hex 31 9 87 40 5D 0 2F 103 58 1C
Octal 61 11 207 100 135 0 57 403 130 34
Binary 110001 1001 10000111 1000000 1011101 0 101111 100000011 1011000 11100

Color Harmonies of #310987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310987

Black with #310987

Text Example


Text Example

White with #310987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310987; }

 p { color: rgb(49,9,135); }

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

background-color css

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

 a { background-color: rgb(49,9,135); }

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

border-color css

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

 span { border-color: rgb(49,9,135); }

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