Html Css Color HEX #312089 Persian Indigo

📋 copy color: '#312089'

red 49 ◦ green 32 ◦ blue 137

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

Shades of Persian Indigo #312089

Tints of Persian Indigo #312089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 137 (53.91% from 255) = 62.84%

R = 22.48%
G = 14.68%
B = 62.84%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#312089 (or 0x312089) is known color: Persian Indigo. HEX triplet: 31, 20 and 89. RGB value is (49,32,137). Sum of RGB (Red+Green+Blue) = 49+32+137=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #312089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312089 is #CEDF76. Grayscale: #303030. Windows color (decimal): -13557623 or 8986673. OLE color: 8986673.

HSL color Cylindrical-coordinate representation of color #312089: hue angle of 249.71º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #312089 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 32 137 -
CMYK 0.64 0.77 0 0.46
HSL 249.71º 0.62% 0.33% -
HSV(B) 249.71º 0.77% 0.54% -
XYZ 6.3 3.49 24.01 -
YUV 49.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 49 32 137 0.64 0.77 0 0.46 249.71 0.62 0.33
Hex 31 20 89 40 4D 0 2E FA 3E 21
Octal 61 40 211 100 115 0 56 372 76 41
Binary 110001 100000 10001001 1000000 1001101 0 101110 11111010 111110 100001

Color Harmonies of #312089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312089

Black with #312089

Text Example


Text Example

White with #312089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312089; }

 p { color: rgb(49,32,137); }

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

background-color css

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

 a { background-color: rgb(49,32,137); }

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

border-color css

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

 span { border-color: rgb(49,32,137); }

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