Html Css Color HEX #31108B Persian Indigo

📋 copy color: '#31108B'

red 49 ◦ green 16 ◦ blue 139

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

Shades of Persian Indigo #31108B

Tints of Persian Indigo #31108B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

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

R = 24.02%
G = 7.84%
B = 68.14%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31108B (or 0x31108B) is known color: Persian Indigo. HEX triplet: 31, 10 and 8B. RGB value is (49,16,139). Sum of RGB (Red+Green+Blue) = 49+16+139=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #31108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31108B is #CEEF74. Grayscale: #272727. Windows color (decimal): -13561717 or 9113649. OLE color: 9113649.

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

Color convert

RGB 49 16 139 -
CMYK 0.65 0.88 0 0.45
HSL 256.1º 0.79% 0.3% -
HSV(B) 256.1º 0.88% 0.55% -
XYZ 6.11 2.89 24.66 -
YUV 39.89 183.93 134.5 -
System Red Green Blue C M Y K H S L
Decimal 49 16 139 0.65 0.88 0 0.45 256.1 0.79 0.3
Hex 31 10 8B 41 58 0 2D 100 4F 1E
Octal 61 20 213 101 130 0 55 400 117 36
Binary 110001 10000 10001011 1000001 1011000 0 101101 100000000 1001111 11110

Color Harmonies of #31108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31108B

Black with #31108B

Text Example


Text Example

White with #31108B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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