Html Css Color HEX #31136D Persian Indigo

📋 copy color: '#31136D'

red 49 ◦ green 19 ◦ blue 109

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

Shades of Persian Indigo #31136D

Tints of Persian Indigo #31136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.73%

 BLUE value IS 109 (42.97% from 255) = 61.58%

R = 27.68%
G = 10.73%
B = 61.58%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31136D (or 0x31136D) is known color: Persian Indigo. HEX triplet: 31, 13 and 6D. RGB value is (49,19,109). Sum of RGB (Red+Green+Blue) = 49+19+109=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #31136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31136D is #CEEC92. Grayscale: #252525. Windows color (decimal): -13560979 or 7148337. OLE color: 7148337.

HSL color Cylindrical-coordinate representation of color #31136D: hue angle of 260º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31136D is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 19 109 -
CMYK 0.55 0.83 0 0.57
HSL 260º 0.7% 0.25% -
HSV(B) 260º 0.83% 0.43% -
XYZ 4.26 2.22 14.67 -
YUV 38.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 49 19 109 0.55 0.83 0 0.57 260 0.7 0.25
Hex 31 13 6D 37 53 0 39 104 46 19
Octal 61 23 155 67 123 0 71 404 106 31
Binary 110001 10011 1101101 110111 1010011 0 111001 100000100 1000110 11001

Color Harmonies of #31136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31136D

Black with #31136D

Text Example


Text Example

White with #31136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31136D; }

 p { color: rgb(49,19,109); }

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

background-color css

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

 a { background-color: rgb(49,19,109); }

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

border-color css

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

 span { border-color: rgb(49,19,109); }

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