Html Css Color HEX #31176D Persian Indigo

📋 copy color: '#31176D'

red 49 ◦ green 23 ◦ blue 109

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

Shades of Persian Indigo #31176D

Tints of Persian Indigo #31176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

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

R = 27.07%
G = 12.71%
B = 60.22%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31176D (or 0x31176D) is known color: Persian Indigo. HEX triplet: 31, 17 and 6D. RGB value is (49,23,109). Sum of RGB (Red+Green+Blue) = 49+23+109=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #31176D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31176D is #CEE892. Grayscale: #282828. Windows color (decimal): -13559955 or 7149361. OLE color: 7149361.

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

Color convert

RGB 49 23 109 -
CMYK 0.55 0.79 0 0.57
HSL 258.14º 0.65% 0.26% -
HSV(B) 258.14º 0.79% 0.43% -
XYZ 4.33 2.37 14.7 -
YUV 40.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 49 23 109 0.55 0.79 0 0.57 258.14 0.65 0.26
Hex 31 17 6D 37 4F 0 39 102 41 1A
Octal 61 27 155 67 117 0 71 402 101 32
Binary 110001 10111 1101101 110111 1001111 0 111001 100000010 1000001 11010

Color Harmonies of #31176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31176D

Black with #31176D

Text Example


Text Example

White with #31176D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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