Html Css Color HEX #310687 Persian Indigo

📋 copy color: '#310687'

red 49 ◦ green 6 ◦ blue 135

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

Shades of Persian Indigo #310687

Tints of Persian Indigo #310687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.16%

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

R = 25.79%
G = 3.16%
B = 71.05%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#310687 (or 0x310687) is known color: Persian Indigo. HEX triplet: 31, 06 and 87. RGB value is (49,6,135). Sum of RGB (Red+Green+Blue) = 49+6+135=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 135 (53.12% from 255 or 71.05% from 190); Max value from RGB is 135 - color contains mainly: blue. Hex color #310687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310687 is #CEF978. Grayscale: #212121. Windows color (decimal): -13564281 or 8848945. OLE color: 8848945.

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

Color convert

RGB 49 6 135 -
CMYK 0.64 0.96 0 0.47
HSL 260º 0.91% 0.28% -
HSV(B) 260º 0.96% 0.53% -
XYZ 5.7 2.53 23.11 -
YUV 33.56 185.25 139.01 -
System Red Green Blue C M Y K H S L
Decimal 49 6 135 0.64 0.96 0 0.47 260 0.91 0.28
Hex 31 6 87 40 60 0 2F 104 5B 1C
Octal 61 6 207 100 140 0 57 404 133 34
Binary 110001 110 10000111 1000000 1100000 0 101111 100000100 1011011 11100

Color Harmonies of #310687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310687

Black with #310687

Text Example


Text Example

White with #310687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310687; }

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

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

background-color css

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

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

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

border-color css

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

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

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