Html Css Color HEX #312290 Persian Indigo

📋 copy color: '#312290'

red 49 ◦ green 34 ◦ blue 144

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

Shades of Persian Indigo #312290

Tints of Persian Indigo #312290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.98%

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

R = 21.59%
G = 14.98%
B = 63.44%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#312290 (or 0x312290) is known color: Persian Indigo. HEX triplet: 31, 22 and 90. RGB value is (49,34,144). Sum of RGB (Red+Green+Blue) = 49+34+144=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #312290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312290 is #CEDD6F. Grayscale: #323232. Windows color (decimal): -13557104 or 9445937. OLE color: 9445937.

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

Color convert

RGB 49 34 144 -
CMYK 0.66 0.76 0 0.44
HSL 248.18º 0.62% 0.35% -
HSV(B) 248.18º 0.76% 0.56% -
XYZ 6.87 3.81 26.76 -
YUV 51.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 49 34 144 0.66 0.76 0 0.44 248.18 0.62 0.35
Hex 31 22 90 42 4C 0 2C F8 3E 23
Octal 61 42 220 102 114 0 54 370 76 43
Binary 110001 100010 10010000 1000010 1001100 0 101100 11111000 111110 100011

Color Harmonies of #312290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312290

Black with #312290

Text Example


Text Example

White with #312290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312290; }

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

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

background-color css

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

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

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

border-color css

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

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

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