Html Css Color HEX #31186C Persian Indigo

📋 copy color: '#31186C'

red 49 ◦ green 24 ◦ blue 108

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

Shades of Persian Indigo #31186C

Tints of Persian Indigo #31186C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.26%

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

R = 27.07%
G = 13.26%
B = 59.67%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31186C (or 0x31186C) is known color: Persian Indigo. HEX triplet: 31, 18 and 6C. RGB value is (49,24,108). Sum of RGB (Red+Green+Blue) = 49+24+108=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #31186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31186C is #CEE793. Grayscale: #282828. Windows color (decimal): -13559700 or 7084081. OLE color: 7084081.

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

Color convert

RGB 49 24 108 -
CMYK 0.55 0.78 0 0.58
HSL 257.86º 0.64% 0.26% -
HSV(B) 257.86º 0.78% 0.42% -
XYZ 4.3 2.39 14.42 -
YUV 41.05 165.78 133.67 -
System Red Green Blue C M Y K H S L
Decimal 49 24 108 0.55 0.78 0 0.58 257.86 0.64 0.26
Hex 31 18 6C 37 4E 0 3A 102 40 1A
Octal 61 30 154 67 116 0 72 402 100 32
Binary 110001 11000 1101100 110111 1001110 0 111010 100000010 1000000 11010

Color Harmonies of #31186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31186C

Black with #31186C

Text Example


Text Example

White with #31186C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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