Html Css Color HEX #312488 Persian Indigo

📋 copy color: '#312488'

red 49 ◦ green 36 ◦ blue 136

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

Shades of Persian Indigo #312488

Tints of Persian Indigo #312488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.29%

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

R = 22.17%
G = 16.29%
B = 61.54%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#312488 (or 0x312488) is known color: Persian Indigo. HEX triplet: 31, 24 and 88. RGB value is (49,36,136). Sum of RGB (Red+Green+Blue) = 49+36+136=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #312488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312488 is #CEDB77. Grayscale: #323232. Windows color (decimal): -13556600 or 8922161. OLE color: 8922161.

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

Color convert

RGB 49 36 136 -
CMYK 0.64 0.74 0 0.47
HSL 247.8º 0.58% 0.34% -
HSV(B) 247.8º 0.74% 0.53% -
XYZ 6.34 3.69 23.67 -
YUV 51.29 175.81 126.37 -
System Red Green Blue C M Y K H S L
Decimal 49 36 136 0.64 0.74 0 0.47 247.8 0.58 0.34
Hex 31 24 88 40 4A 0 2F F8 3A 22
Octal 61 44 210 100 112 0 57 370 72 42
Binary 110001 100100 10001000 1000000 1001010 0 101111 11111000 111010 100010

Color Harmonies of #312488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312488

Black with #312488

Text Example


Text Example

White with #312488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312488; }

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

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

background-color css

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

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

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

border-color css

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

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

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