Html Css Color HEX #31087F Persian Indigo

📋 copy color: '#31087F'

red 49 ◦ green 8 ◦ blue 127

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

Shades of Persian Indigo #31087F

Tints of Persian Indigo #31087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 127 (50% from 255) = 69.02%

R = 26.63%
G = 4.35%
B = 69.02%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31087F (or 0x31087F) is known color: Persian Indigo. HEX triplet: 31, 08 and 7F. RGB value is (49,8,127). Sum of RGB (Red+Green+Blue) = 49+8+127=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #31087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31087F is #CEF780. Grayscale: #212121. Windows color (decimal): -13563777 or 8325169. OLE color: 8325169.

HSL color Cylindrical-coordinate representation of color #31087F: hue angle of 260.67º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31087F is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 8 127 -
CMYK 0.61 0.94 0 0.50
HSL 260.67º 0.88% 0.26% -
HSV(B) 260.67º 0.94% 0.5% -
XYZ 5.18 2.36 20.26 -
YUV 33.83 180.58 138.82 -
System Red Green Blue C M Y K H S L
Decimal 49 8 127 0.61 0.94 0 0.50 260.67 0.88 0.26
Hex 31 8 7F 3D 5E 0 32 105 58 1A
Octal 61 10 177 75 136 0 62 405 130 32
Binary 110001 1000 1111111 111101 1011110 0 110010 100000101 1011000 11010

Color Harmonies of #31087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31087F

Black with #31087F

Text Example


Text Example

White with #31087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31087F; }

 p { color: rgb(49,8,127); }

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

background-color css

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

 a { background-color: rgb(49,8,127); }

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

border-color css

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

 span { border-color: rgb(49,8,127); }

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