Html Css Color HEX #31166F Persian Indigo

📋 copy color: '#31166F'

red 49 ◦ green 22 ◦ blue 111

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

Shades of Persian Indigo #31166F

Tints of Persian Indigo #31166F

RGB

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

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

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

R = 26.92%
G = 12.09%
B = 60.99%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#31166F (or 0x31166F) is known color: Persian Indigo. HEX triplet: 31, 16 and 6F. RGB value is (49,22,111). Sum of RGB (Red+Green+Blue) = 49+22+111=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #31166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31166F is #CEE990. Grayscale: #272727. Windows color (decimal): -13560209 or 7280177. OLE color: 7280177.

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

Color convert

RGB 49 22 111 -
CMYK 0.56 0.80 0 0.56
HSL 258.2º 0.67% 0.26% -
HSV(B) 258.2º 0.8% 0.44% -
XYZ 4.42 2.37 15.26 -
YUV 40.22 167.95 134.26 -
System Red Green Blue C M Y K H S L
Decimal 49 22 111 0.56 0.80 0 0.56 258.2 0.67 0.26
Hex 31 16 6F 38 50 0 38 102 43 1A
Octal 61 26 157 70 120 0 70 402 103 32
Binary 110001 10110 1101111 111000 1010000 0 111000 100000010 1000011 11010

Color Harmonies of #31166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31166F

Black with #31166F

Text Example


Text Example

White with #31166F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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