Html Css Color HEX #31156C Persian Indigo

📋 copy color: '#31156C'

red 49 ◦ green 21 ◦ blue 108

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

Shades of Persian Indigo #31156C

Tints of Persian Indigo #31156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 60.67%

R = 27.53%
G = 11.8%
B = 60.67%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31156C (or 0x31156C) is known color: Persian Indigo. HEX triplet: 31, 15 and 6C. RGB value is (49,21,108). Sum of RGB (Red+Green+Blue) = 49+21+108=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #31156C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31156C is #CEEA93. Grayscale: #262626. Windows color (decimal): -13560468 or 7083313. OLE color: 7083313.

HSL color Cylindrical-coordinate representation of color #31156C: hue angle of 259.31º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31156C is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 21 108 -
CMYK 0.55 0.81 0 0.58
HSL 259.31º 0.67% 0.25% -
HSV(B) 259.31º 0.81% 0.42% -
XYZ 4.24 2.27 14.4 -
YUV 39.29 166.78 134.93 -
System Red Green Blue C M Y K H S L
Decimal 49 21 108 0.55 0.81 0 0.58 259.31 0.67 0.25
Hex 31 15 6C 37 51 0 3A 103 43 19
Octal 61 25 154 67 121 0 72 403 103 31
Binary 110001 10101 1101100 110111 1010001 0 111010 100000011 1000011 11001

Color Harmonies of #31156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31156C

Black with #31156C

Text Example


Text Example

White with #31156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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