Html Css Color HEX #312583 Persian Indigo

📋 copy color: '#312583'

red 49 ◦ green 37 ◦ blue 131

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

Shades of Persian Indigo #312583

Tints of Persian Indigo #312583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.05%

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

R = 22.58%
G = 17.05%
B = 60.37%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#312583 (or 0x312583) is known color: Persian Indigo. HEX triplet: 31, 25 and 83. RGB value is (49,37,131). Sum of RGB (Red+Green+Blue) = 49+37+131=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 131 (51.56% from 255 or 60.37% from 217); Max value from RGB is 131 - color contains mainly: blue. Hex color #312583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312583 is #CEDA7C. Grayscale: #323232. Windows color (decimal): -13556349 or 8594737. OLE color: 8594737.

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

Color convert

RGB 49 37 131 -
CMYK 0.63 0.72 0 0.49
HSL 247.66º 0.56% 0.33% -
HSV(B) 247.66º 0.72% 0.51% -
XYZ 6.02 3.61 21.85 -
YUV 51.3 172.98 126.36 -
System Red Green Blue C M Y K H S L
Decimal 49 37 131 0.63 0.72 0 0.49 247.66 0.56 0.33
Hex 31 25 83 3F 48 0 31 F8 38 21
Octal 61 45 203 77 110 0 61 370 70 41
Binary 110001 100101 10000011 111111 1001000 0 110001 11111000 111000 100001

Color Harmonies of #312583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312583

Black with #312583

Text Example


Text Example

White with #312583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312583; }

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

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

background-color css

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

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

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

border-color css

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

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

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