Html Css Color HEX #31129F Persian Indigo

📋 copy color: '#31129F'

red 49 ◦ green 18 ◦ blue 159

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

Shades of Persian Indigo #31129F

Tints of Persian Indigo #31129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.96%

 BLUE value IS 159 (62.5% from 255) = 70.35%

R = 21.68%
G = 7.96%
B = 70.35%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31129F (or 0x31129F) is known color: Persian Indigo. HEX triplet: 31, 12 and 9F. RGB value is (49,18,159). Sum of RGB (Red+Green+Blue) = 49+18+159=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #31129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31129F is #CEED60. Grayscale: #2A2A2A. Windows color (decimal): -13561185 or 10424881. OLE color: 10424881.

HSL color Cylindrical-coordinate representation of color #31129F: hue angle of 253.19º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31129F is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 18 159 -
CMYK 0.69 0.89 0 0.38
HSL 253.19º 0.8% 0.35% -
HSV(B) 253.19º 0.89% 0.62% -
XYZ 7.74 3.59 33.09 -
YUV 43.34 193.27 132.04 -
System Red Green Blue C M Y K H S L
Decimal 49 18 159 0.69 0.89 0 0.38 253.19 0.8 0.35
Hex 31 12 9F 45 59 0 26 FD 50 23
Octal 61 22 237 105 131 0 46 375 120 43
Binary 110001 10010 10011111 1000101 1011001 0 100110 11111101 1010000 100011

Color Harmonies of #31129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31129F

Black with #31129F

Text Example


Text Example

White with #31129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31129F; }

 p { color: rgb(49,18,159); }

 H1.HeaderClassName
 {
   color: #31129F;
 }
 .AnyTagClassName
 {
   color: #31129F;
 }
</style>

background-color css

<style>
 a { background-color: #31129F; }

 a { background-color: rgb(49,18,159); }

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

border-color css

<style>
 span { border-color: #31129F; }

 span { border-color: rgb(49,18,159); }

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