Html Css Color HEX #31156F Persian Indigo

📋 copy color: '#31156F'

red 49 ◦ green 21 ◦ blue 111

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

Shades of Persian Indigo #31156F

Tints of Persian Indigo #31156F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.6%

 BLUE value IS 111 (43.75% from 255) = 61.33%

R = 27.07%
G = 11.6%
B = 61.33%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#31156F (or 0x31156F) is known color: Persian Indigo. HEX triplet: 31, 15 and 6F. RGB value is (49,21,111). Sum of RGB (Red+Green+Blue) = 49+21+111=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #31156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31156F is #CEEA90. Grayscale: #272727. Windows color (decimal): -13560465 or 7279921. OLE color: 7279921.

HSL color Cylindrical-coordinate representation of color #31156F: hue angle of 258.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31156F is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 21 111 -
CMYK 0.56 0.81 0 0.56
HSL 258.67º 0.68% 0.26% -
HSV(B) 258.67º 0.81% 0.44% -
XYZ 4.4 2.34 15.26 -
YUV 39.63 168.28 134.68 -
System Red Green Blue C M Y K H S L
Decimal 49 21 111 0.56 0.81 0 0.56 258.67 0.68 0.26
Hex 31 15 6F 38 51 0 38 103 44 1A
Octal 61 25 157 70 121 0 70 403 104 32
Binary 110001 10101 1101111 111000 1010001 0 111000 100000011 1000100 11010

Color Harmonies of #31156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31156F

Black with #31156F

Text Example


Text Example

White with #31156F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,21,111); }

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

background-color css

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

 a { background-color: rgb(49,21,111); }

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

border-color css

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

 span { border-color: rgb(49,21,111); }

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