Html Css Color HEX #310483 Persian Indigo

📋 copy color: '#310483'

red 49 ◦ green 4 ◦ blue 131

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

Shades of Persian Indigo #310483

Tints of Persian Indigo #310483

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.17%

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

R = 26.63%
G = 2.17%
B = 71.2%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#310483 (or 0x310483) is known color: Persian Indigo. HEX triplet: 31, 04 and 83. RGB value is (49,4,131). Sum of RGB (Red+Green+Blue) = 49+4+131=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 131 (51.56% from 255 or 71.20% from 184); Max value from RGB is 131 - color contains mainly: blue. Hex color #310483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310483 is #CEFB7C. Grayscale: #1F1F1F. Windows color (decimal): -13564797 or 8586289. OLE color: 8586289.

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

Color convert

RGB 49 4 131 -
CMYK 0.63 0.97 0 0.49
HSL 261.26º 0.94% 0.26% -
HSV(B) 261.26º 0.97% 0.51% -
XYZ 5.41 2.38 21.65 -
YUV 31.93 183.91 140.17 -
System Red Green Blue C M Y K H S L
Decimal 49 4 131 0.63 0.97 0 0.49 261.26 0.94 0.26
Hex 31 4 83 3F 61 0 31 105 5E 1A
Octal 61 4 203 77 141 0 61 405 136 32
Binary 110001 100 10000011 111111 1100001 0 110001 100000101 1011110 11010

Color Harmonies of #310483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310483

Black with #310483

Text Example


Text Example

White with #310483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310483; }

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

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

background-color css

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

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

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

border-color css

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

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

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