Html Css Color HEX #312299 Persian Indigo

📋 copy color: '#312299'

red 49 ◦ green 34 ◦ blue 153

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

Shades of Persian Indigo #312299

Tints of Persian Indigo #312299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 64.83%

R = 20.76%
G = 14.41%
B = 64.83%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#312299 (or 0x312299) is known color: Persian Indigo. HEX triplet: 31, 22 and 99. RGB value is (49,34,153). Sum of RGB (Red+Green+Blue) = 49+34+153=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #312299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312299 is #CEDD66. Grayscale: #333333. Windows color (decimal): -13557095 or 10035761. OLE color: 10035761.

HSL color Cylindrical-coordinate representation of color #312299: hue angle of 247.56º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #312299 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 34 153 -
CMYK 0.68 0.78 0 0.4
HSL 247.56º 0.64% 0.37% -
HSV(B) 247.56º 0.78% 0.6% -
XYZ 7.59 4.1 30.53 -
YUV 52.05 184.97 125.82 -
System Red Green Blue C M Y K H S L
Decimal 49 34 153 0.68 0.78 0 0.4 247.56 0.64 0.37
Hex 31 22 99 44 4E 0 28 F8 40 25
Octal 61 42 231 104 116 0 50 370 100 45
Binary 110001 100010 10011001 1000100 1001110 0 101000 11111000 1000000 100101

Color Harmonies of #312299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312299

Black with #312299

Text Example


Text Example

White with #312299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312299; }

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

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

background-color css

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

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

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

border-color css

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

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

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