Html Css Color HEX #31148E Persian Indigo

📋 copy color: '#31148E'

red 49 ◦ green 20 ◦ blue 142

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

Shades of Persian Indigo #31148E

Tints of Persian Indigo #31148E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.48%

 BLUE value IS 142 (55.86% from 255) = 67.3%

R = 23.22%
G = 9.48%
B = 67.3%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31148E (or 0x31148E) is known color: Persian Indigo. HEX triplet: 31, 14 and 8E. RGB value is (49,20,142). Sum of RGB (Red+Green+Blue) = 49+20+142=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #31148E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31148E is #CEEB71. Grayscale: #2A2A2A. Windows color (decimal): -13560690 or 9311281. OLE color: 9311281.

HSL color Cylindrical-coordinate representation of color #31148E: hue angle of 254.26º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31148E is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 20 142 -
CMYK 0.65 0.86 0 0.44
HSL 254.26º 0.75% 0.32% -
HSV(B) 254.26º 0.86% 0.56% -
XYZ 6.4 3.11 25.85 -
YUV 42.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 49 20 142 0.65 0.86 0 0.44 254.26 0.75 0.32
Hex 31 14 8E 41 56 0 2C FE 4B 20
Octal 61 24 216 101 126 0 54 376 113 40
Binary 110001 10100 10001110 1000001 1010110 0 101100 11111110 1001011 100000

Color Harmonies of #31148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31148E

Black with #31148E

Text Example


Text Example

White with #31148E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,20,142); }

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

background-color css

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

 a { background-color: rgb(49,20,142); }

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

border-color css

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

 span { border-color: rgb(49,20,142); }

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