Html Css Color HEX #310583 Persian Indigo

📋 copy color: '#310583'

red 49 ◦ green 5 ◦ blue 131

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

Shades of Persian Indigo #310583

Tints of Persian Indigo #310583

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

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

R = 26.49%
G = 2.7%
B = 70.81%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#310583 (or 0x310583) is known color: Persian Indigo. HEX triplet: 31, 05 and 83. RGB value is (49,5,131). Sum of RGB (Red+Green+Blue) = 49+5+131=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 131 (51.56% from 255 or 70.81% from 185); Max value from RGB is 131 - color contains mainly: blue. Hex color #310583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310583 is #CEFA7C. Grayscale: #202020. Windows color (decimal): -13564541 or 8586545. OLE color: 8586545.

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

Color convert

RGB 49 5 131 -
CMYK 0.63 0.96 0 0.49
HSL 260.95º 0.93% 0.27% -
HSV(B) 260.95º 0.96% 0.51% -
XYZ 5.42 2.4 21.65 -
YUV 32.52 183.58 139.75 -
System Red Green Blue C M Y K H S L
Decimal 49 5 131 0.63 0.96 0 0.49 260.95 0.93 0.27
Hex 31 5 83 3F 60 0 31 105 5D 1B
Octal 61 5 203 77 140 0 61 405 135 33
Binary 110001 101 10000011 111111 1100000 0 110001 100000101 1011101 11011

Color Harmonies of #310583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310583

Black with #310583

Text Example


Text Example

White with #310583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310583; }

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

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

background-color css

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

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

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

border-color css

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

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

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