Html Css Color HEX #312388 Persian Indigo

📋 copy color: '#312388'

red 49 ◦ green 35 ◦ blue 136

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

Shades of Persian Indigo #312388

Tints of Persian Indigo #312388

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

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

R = 22.27%
G = 15.91%
B = 61.82%

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

#312388 (or 0x312388) is known color: Persian Indigo. HEX triplet: 31, 23 and 88. RGB value is (49,35,136). Sum of RGB (Red+Green+Blue) = 49+35+136=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #312388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312388 is #CEDC77. Grayscale: #323232. Windows color (decimal): -13556856 or 8921905. OLE color: 8921905.

HSL color Cylindrical-coordinate representation of color #312388: hue angle of 248.32º degrees, saturation: 0.59, 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 #312388 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 35 136 -
CMYK 0.64 0.74 0 0.47
HSL 248.32º 0.59% 0.34% -
HSV(B) 248.32º 0.74% 0.53% -
XYZ 6.31 3.63 23.66 -
YUV 50.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 49 35 136 0.64 0.74 0 0.47 248.32 0.59 0.34
Hex 31 23 88 40 4A 0 2F F8 3B 22
Octal 61 43 210 100 112 0 57 370 73 42
Binary 110001 100011 10001000 1000000 1001010 0 101111 11111000 111011 100010

Color Harmonies of #312388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312388

Black with #312388

Text Example


Text Example

White with #312388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312388; }

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

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

background-color css

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

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

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

border-color css

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

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

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