Html Css Color HEX #310589 Persian Indigo

📋 copy color: '#310589'

red 49 ◦ green 5 ◦ blue 137

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

Shades of Persian Indigo #310589

Tints of Persian Indigo #310589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 71.73%

R = 25.65%
G = 2.62%
B = 71.73%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#310589 (or 0x310589) is known color: Persian Indigo. HEX triplet: 31, 05 and 89. RGB value is (49,5,137). Sum of RGB (Red+Green+Blue) = 49+5+137=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 137 (53.91% from 255 or 71.73% from 191); Max value from RGB is 137 - color contains mainly: blue. Hex color #310589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310589 is #CEFA76. Grayscale: #202020. Windows color (decimal): -13564535 or 8979761. OLE color: 8979761.

HSL color Cylindrical-coordinate representation of color #310589: hue angle of 260º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310589 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 5 137 -
CMYK 0.64 0.96 0 0.46
HSL 260º 0.93% 0.28% -
HSV(B) 260º 0.96% 0.54% -
XYZ 5.84 2.57 23.85 -
YUV 33.2 186.58 139.27 -
System Red Green Blue C M Y K H S L
Decimal 49 5 137 0.64 0.96 0 0.46 260 0.93 0.28
Hex 31 5 89 40 60 0 2E 104 5D 1C
Octal 61 5 211 100 140 0 56 404 135 34
Binary 110001 101 10001001 1000000 1100000 0 101110 100000100 1011101 11100

Color Harmonies of #310589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310589

Black with #310589

Text Example


Text Example

White with #310589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310589; }

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

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

background-color css

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

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

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

border-color css

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

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

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