Html Css Color HEX #31107D Persian Indigo

📋 copy color: '#31107D'

red 49 ◦ green 16 ◦ blue 125

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

Shades of Persian Indigo #31107D

Tints of Persian Indigo #31107D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 65.79%

R = 25.79%
G = 8.42%
B = 65.79%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31107D (or 0x31107D) is known color: Persian Indigo. HEX triplet: 31, 10 and 7D. RGB value is (49,16,125). Sum of RGB (Red+Green+Blue) = 49+16+125=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #31107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31107D is #CEEF82. Grayscale: #252525. Windows color (decimal): -13561731 or 8196145. OLE color: 8196145.

HSL color Cylindrical-coordinate representation of color #31107D: hue angle of 258.17º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31107D is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 16 125 -
CMYK 0.61 0.87 0 0.51
HSL 258.17º 0.77% 0.28% -
HSV(B) 258.17º 0.87% 0.49% -
XYZ 5.15 2.5 19.61 -
YUV 38.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 49 16 125 0.61 0.87 0 0.51 258.17 0.77 0.28
Hex 31 10 7D 3D 57 0 33 102 4D 1C
Octal 61 20 175 75 127 0 63 402 115 34
Binary 110001 10000 1111101 111101 1010111 0 110011 100000010 1001101 11100

Color Harmonies of #31107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31107D

Black with #31107D

Text Example


Text Example

White with #31107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31107D; }

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

 H1.HeaderClassName
 {
   color: #31107D;
 }
 .AnyTagClassName
 {
   color: #31107D;
 }
</style>

background-color css

<style>
 a { background-color: #31107D; }

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

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

border-color css

<style>
 span { border-color: #31107D; }

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

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