Html Css Color HEX #312288 Persian Indigo

📋 copy color: '#312288'

red 49 ◦ green 34 ◦ blue 136

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

Shades of Persian Indigo #312288

Tints of Persian Indigo #312288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 62.1%

R = 22.37%
G = 15.53%
B = 62.1%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#312288 (or 0x312288) is known color: Persian Indigo. HEX triplet: 31, 22 and 88. RGB value is (49,34,136). Sum of RGB (Red+Green+Blue) = 49+34+136=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #312288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312288 is #CEDD77. Grayscale: #313131. Windows color (decimal): -13557112 or 8921649. OLE color: 8921649.

HSL color Cylindrical-coordinate representation of color #312288: hue angle of 248.82º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #312288 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 34 136 -
CMYK 0.64 0.75 0 0.47
HSL 248.82º 0.6% 0.33% -
HSV(B) 248.82º 0.75% 0.53% -
XYZ 6.28 3.57 23.65 -
YUV 50.11 176.47 127.21 -
System Red Green Blue C M Y K H S L
Decimal 49 34 136 0.64 0.75 0 0.47 248.82 0.6 0.33
Hex 31 22 88 40 4B 0 2F F9 3C 21
Octal 61 42 210 100 113 0 57 371 74 41
Binary 110001 100010 10001000 1000000 1001011 0 101111 11111001 111100 100001

Color Harmonies of #312288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312288

Black with #312288

Text Example


Text Example

White with #312288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312288; }

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

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

background-color css

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

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

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

border-color css

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

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

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