Html Css Color HEX #310787 Persian Indigo

📋 copy color: '#310787'

red 49 ◦ green 7 ◦ blue 135

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

Shades of Persian Indigo #310787

Tints of Persian Indigo #310787

RGB

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

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

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

R = 25.65%
G = 3.66%
B = 70.68%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#310787 (or 0x310787) is known color: Persian Indigo. HEX triplet: 31, 07 and 87. RGB value is (49,7,135). Sum of RGB (Red+Green+Blue) = 49+7+135=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 135 (53.12% from 255 or 70.68% from 191); Max value from RGB is 135 - color contains mainly: blue. Hex color #310787 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310787 is #CEF878. Grayscale: #212121. Windows color (decimal): -13564025 or 8849201. OLE color: 8849201.

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

Color convert

RGB 49 7 135 -
CMYK 0.64 0.95 0 0.47
HSL 259.69º 0.9% 0.28% -
HSV(B) 259.69º 0.95% 0.53% -
XYZ 5.72 2.55 23.11 -
YUV 34.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 49 7 135 0.64 0.95 0 0.47 259.69 0.9 0.28
Hex 31 7 87 40 5F 0 2F 104 5A 1C
Octal 61 7 207 100 137 0 57 404 132 34
Binary 110001 111 10000111 1000000 1011111 0 101111 100000100 1011010 11100

Color Harmonies of #310787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310787

Black with #310787

Text Example


Text Example

White with #310787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310787; }

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

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

background-color css

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

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

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

border-color css

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

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

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