Html Css Color HEX #31218B Persian Indigo

📋 copy color: '#31218B'

red 49 ◦ green 33 ◦ blue 139

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

Shades of Persian Indigo #31218B

Tints of Persian Indigo #31218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.9%

R = 22.17%
G = 14.93%
B = 62.9%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31218B (or 0x31218B) is known color: Persian Indigo. HEX triplet: 31, 21 and 8B. RGB value is (49,33,139). Sum of RGB (Red+Green+Blue) = 49+33+139=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #31218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31218B is #CEDE74. Grayscale: #313131. Windows color (decimal): -13557365 or 9118001. OLE color: 9118001.

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

Color convert

RGB 49 33 139 -
CMYK 0.65 0.76 0 0.45
HSL 249.06º 0.62% 0.34% -
HSV(B) 249.06º 0.76% 0.55% -
XYZ 6.47 3.6 24.78 -
YUV 49.87 178.3 127.38 -
System Red Green Blue C M Y K H S L
Decimal 49 33 139 0.65 0.76 0 0.45 249.06 0.62 0.34
Hex 31 21 8B 41 4C 0 2D F9 3E 22
Octal 61 41 213 101 114 0 55 371 76 42
Binary 110001 100001 10001011 1000001 1001100 0 101101 11111001 111110 100010

Color Harmonies of #31218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31218B

Black with #31218B

Text Example


Text Example

White with #31218B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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