Html Css Color HEX #31129E Persian Indigo

📋 copy color: '#31129E'

red 49 ◦ green 18 ◦ blue 158

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

Shades of Persian Indigo #31129E

Tints of Persian Indigo #31129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 70.22%

R = 21.78%
G = 8%
B = 70.22%

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

#31129E (or 0x31129E) is known color: Persian Indigo. HEX triplet: 31, 12 and 9E. RGB value is (49,18,158). Sum of RGB (Red+Green+Blue) = 49+18+158=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #31129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31129E is #CEED61. Grayscale: #2A2A2A. Windows color (decimal): -13561186 or 10359345. OLE color: 10359345.

HSL color Cylindrical-coordinate representation of color #31129E: hue angle of 253.29º 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 #31129E is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 18 158 -
CMYK 0.69 0.89 0 0.38
HSL 253.29º 0.8% 0.35% -
HSV(B) 253.29º 0.89% 0.62% -
XYZ 7.65 3.55 32.63 -
YUV 43.23 192.77 132.12 -
System Red Green Blue C M Y K H S L
Decimal 49 18 158 0.69 0.89 0 0.38 253.29 0.8 0.35
Hex 31 12 9E 45 59 0 26 FD 50 23
Octal 61 22 236 105 131 0 46 375 120 43
Binary 110001 10010 10011110 1000101 1011001 0 100110 11111101 1010000 100011

Color Harmonies of #31129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31129E

Black with #31129E

Text Example


Text Example

White with #31129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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