Html Css Color HEX #312683 Persian Indigo

📋 copy color: '#312683'

red 49 ◦ green 38 ◦ blue 131

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

Shades of Persian Indigo #312683

Tints of Persian Indigo #312683

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

 BLUE value IS 131 (51.56% from 255) = 60.09%

R = 22.48%
G = 17.43%
B = 60.09%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#312683 (or 0x312683) is known color: Persian Indigo. HEX triplet: 31, 26 and 83. RGB value is (49,38,131). Sum of RGB (Red+Green+Blue) = 49+38+131=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #312683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312683 is #CED97C. Grayscale: #333333. Windows color (decimal): -13556093 or 8594993. OLE color: 8594993.

HSL color Cylindrical-coordinate representation of color #312683: hue angle of 247.1º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #312683 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 38 131 -
CMYK 0.63 0.71 0 0.49
HSL 247.1º 0.55% 0.33% -
HSV(B) 247.1º 0.71% 0.51% -
XYZ 6.06 3.68 21.86 -
YUV 51.89 172.64 125.94 -
System Red Green Blue C M Y K H S L
Decimal 49 38 131 0.63 0.71 0 0.49 247.1 0.55 0.33
Hex 31 26 83 3F 47 0 31 F7 37 21
Octal 61 46 203 77 107 0 61 367 67 41
Binary 110001 100110 10000011 111111 1000111 0 110001 11110111 110111 100001

Color Harmonies of #312683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312683

Black with #312683

Text Example


Text Example

White with #312683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312683; }

 p { color: rgb(49,38,131); }

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

background-color css

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

 a { background-color: rgb(49,38,131); }

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

border-color css

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

 span { border-color: rgb(49,38,131); }

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