Html Css Color HEX #31168B Persian Indigo

📋 copy color: '#31168B'

red 49 ◦ green 22 ◦ blue 139

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

Shades of Persian Indigo #31168B

Tints of Persian Indigo #31168B

RGB

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

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

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

R = 23.33%
G = 10.48%
B = 66.19%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31168B (or 0x31168B) is known color: Persian Indigo. HEX triplet: 31, 16 and 8B. RGB value is (49,22,139). Sum of RGB (Red+Green+Blue) = 49+22+139=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #31168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31168B is #CEE974. Grayscale: #2A2A2A. Windows color (decimal): -13560181 or 9115185. OLE color: 9115185.

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

Color convert

RGB 49 22 139 -
CMYK 0.65 0.84 0 0.45
HSL 253.85º 0.73% 0.32% -
HSV(B) 253.85º 0.84% 0.55% -
XYZ 6.21 3.09 24.7 -
YUV 43.41 181.95 131.99 -
System Red Green Blue C M Y K H S L
Decimal 49 22 139 0.65 0.84 0 0.45 253.85 0.73 0.32
Hex 31 16 8B 41 54 0 2D FE 49 20
Octal 61 26 213 101 124 0 55 376 111 40
Binary 110001 10110 10001011 1000001 1010100 0 101101 11111110 1001001 100000

Color Harmonies of #31168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31168B

Black with #31168B

Text Example


Text Example

White with #31168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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