Html Css Color HEX #31218E Persian Indigo

📋 copy color: '#31218E'

red 49 ◦ green 33 ◦ blue 142

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

Shades of Persian Indigo #31218E

Tints of Persian Indigo #31218E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.73%

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

R = 21.88%
G = 14.73%
B = 63.39%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31218E (or 0x31218E) is known color: Persian Indigo. HEX triplet: 31, 21 and 8E. RGB value is (49,33,142). Sum of RGB (Red+Green+Blue) = 49+33+142=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 142 (55.86% from 255 or 63.39% from 224); Max value from RGB is 142 - color contains mainly: blue. Hex color #31218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31218E is #CEDE71. Grayscale: #313131. Windows color (decimal): -13557362 or 9314609. OLE color: 9314609.

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

Color convert

RGB 49 33 142 -
CMYK 0.65 0.77 0 0.44
HSL 248.81º 0.62% 0.34% -
HSV(B) 248.81º 0.77% 0.56% -
XYZ 6.69 3.69 25.95 -
YUV 50.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 49 33 142 0.65 0.77 0 0.44 248.81 0.62 0.34
Hex 31 21 8E 41 4D 0 2C F9 3E 22
Octal 61 41 216 101 115 0 54 371 76 42
Binary 110001 100001 10001110 1000001 1001101 0 101100 11111001 111110 100010

Color Harmonies of #31218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31218E

Black with #31218E

Text Example


Text Example

White with #31218E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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