Html Css Color HEX #31188B Persian Indigo

📋 copy color: '#31188B'

red 49 ◦ green 24 ◦ blue 139

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

Shades of Persian Indigo #31188B

Tints of Persian Indigo #31188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 65.57%

R = 23.11%
G = 11.32%
B = 65.57%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31188B (or 0x31188B) is known color: Persian Indigo. HEX triplet: 31, 18 and 8B. RGB value is (49,24,139). Sum of RGB (Red+Green+Blue) = 49+24+139=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #31188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31188B is #CEE774. Grayscale: #2C2C2C. Windows color (decimal): -13559669 or 9115697. OLE color: 9115697.

HSL color Cylindrical-coordinate representation of color #31188B: hue angle of 253.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31188B is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 24 139 -
CMYK 0.65 0.83 0 0.45
HSL 253.04º 0.71% 0.32% -
HSV(B) 253.04º 0.83% 0.55% -
XYZ 6.25 3.17 24.71 -
YUV 44.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 49 24 139 0.65 0.83 0 0.45 253.04 0.71 0.32
Hex 31 18 8B 41 53 0 2D FD 47 20
Octal 61 30 213 101 123 0 55 375 107 40
Binary 110001 11000 10001011 1000001 1010011 0 101101 11111101 1000111 100000

Color Harmonies of #31188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31188B

Black with #31188B

Text Example


Text Example

White with #31188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31188B; }

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

 H1.HeaderClassName
 {
   color: #31188B;
 }
 .AnyTagClassName
 {
   color: #31188B;
 }
</style>

background-color css

<style>
 a { background-color: #31188B; }

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

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

border-color css

<style>
 span { border-color: #31188B; }

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

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