Html Css Color HEX #31166C Persian Indigo

📋 copy color: '#31166C'

red 49 ◦ green 22 ◦ blue 108

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

Shades of Persian Indigo #31166C

Tints of Persian Indigo #31166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.29%

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

R = 27.37%
G = 12.29%
B = 60.34%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31166C (or 0x31166C) is known color: Persian Indigo. HEX triplet: 31, 16 and 6C. RGB value is (49,22,108). Sum of RGB (Red+Green+Blue) = 49+22+108=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #31166C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31166C is #CEE993. Grayscale: #272727. Windows color (decimal): -13560212 or 7083569. OLE color: 7083569.

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

Color convert

RGB 49 22 108 -
CMYK 0.55 0.80 0 0.58
HSL 258.84º 0.66% 0.25% -
HSV(B) 258.84º 0.8% 0.42% -
XYZ 4.26 2.31 14.41 -
YUV 39.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 49 22 108 0.55 0.80 0 0.58 258.84 0.66 0.25
Hex 31 16 6C 37 50 0 3A 103 42 19
Octal 61 26 154 67 120 0 72 403 102 31
Binary 110001 10110 1101100 110111 1010000 0 111010 100000011 1000010 11001

Color Harmonies of #31166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31166C

Black with #31166C

Text Example


Text Example

White with #31166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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