Html Css Color HEX #312090 Persian Indigo

📋 copy color: '#312090'

red 49 ◦ green 32 ◦ blue 144

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

Shades of Persian Indigo #312090

Tints of Persian Indigo #312090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 64%

R = 21.78%
G = 14.22%
B = 64%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#312090 (or 0x312090) is known color: Persian Indigo. HEX triplet: 31, 20 and 90. RGB value is (49,32,144). Sum of RGB (Red+Green+Blue) = 49+32+144=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #312090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312090 is #CEDF6F. Grayscale: #313131. Windows color (decimal): -13557616 or 9445425. OLE color: 9445425.

HSL color Cylindrical-coordinate representation of color #312090: hue angle of 249.11º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #312090 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 32 144 -
CMYK 0.66 0.78 0 0.44
HSL 249.11º 0.64% 0.35% -
HSV(B) 249.11º 0.78% 0.56% -
XYZ 6.82 3.7 26.74 -
YUV 49.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 49 32 144 0.66 0.78 0 0.44 249.11 0.64 0.35
Hex 31 20 90 42 4E 0 2C F9 40 23
Octal 61 40 220 102 116 0 54 371 100 43
Binary 110001 100000 10010000 1000010 1001110 0 101100 11111001 1000000 100011

Color Harmonies of #312090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312090

Black with #312090

Text Example


Text Example

White with #312090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312090; }

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

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

background-color css

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

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

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

border-color css

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

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

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