Html Css Color HEX #310487 Persian Indigo

📋 copy color: '#310487'

red 49 ◦ green 4 ◦ blue 135

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

Shades of Persian Indigo #310487

Tints of Persian Indigo #310487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

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

R = 26.06%
G = 2.13%
B = 71.81%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#310487 (or 0x310487) is known color: Persian Indigo. HEX triplet: 31, 04 and 87. RGB value is (49,4,135). Sum of RGB (Red+Green+Blue) = 49+4+135=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #310487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310487 is #CEFB78. Grayscale: #1F1F1F. Windows color (decimal): -13564793 or 8848433. OLE color: 8848433.

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

Color convert

RGB 49 4 135 -
CMYK 0.64 0.97 0 0.47
HSL 260.61º 0.94% 0.27% -
HSV(B) 260.61º 0.97% 0.53% -
XYZ 5.68 2.49 23.1 -
YUV 32.39 185.91 139.85 -
System Red Green Blue C M Y K H S L
Decimal 49 4 135 0.64 0.97 0 0.47 260.61 0.94 0.27
Hex 31 4 87 40 61 0 2F 105 5E 1B
Octal 61 4 207 100 141 0 57 405 136 33
Binary 110001 100 10000111 1000000 1100001 0 101111 100000101 1011110 11011

Color Harmonies of #310487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310487

Black with #310487

Text Example


Text Example

White with #310487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310487; }

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

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

background-color css

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

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

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

border-color css

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

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

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