Html Css Color HEX #310599 Persian Indigo

📋 copy color: '#310599'

red 49 ◦ green 5 ◦ blue 153

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

Shades of Persian Indigo #310599

Tints of Persian Indigo #310599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 73.91%

R = 23.67%
G = 2.42%
B = 73.91%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#310599 (or 0x310599) is known color: Persian Indigo. HEX triplet: 31, 05 and 99. RGB value is (49,5,153). Sum of RGB (Red+Green+Blue) = 49+5+153=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #310599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310599 is #CEFA66. Grayscale: #222222. Windows color (decimal): -13564519 or 10028337. OLE color: 10028337.

HSL color Cylindrical-coordinate representation of color #310599: hue angle of 257.84º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #310599 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 5 153 -
CMYK 0.68 0.97 0 0.4
HSL 257.84º 0.94% 0.31% -
HSV(B) 257.84º 0.97% 0.6% -
XYZ 7.07 3.06 30.36 -
YUV 35.03 194.58 137.97 -
System Red Green Blue C M Y K H S L
Decimal 49 5 153 0.68 0.97 0 0.4 257.84 0.94 0.31
Hex 31 5 99 44 61 0 28 102 5E 1F
Octal 61 5 231 104 141 0 50 402 136 37
Binary 110001 101 10011001 1000100 1100001 0 101000 100000010 1011110 11111

Color Harmonies of #310599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310599

Black with #310599

Text Example


Text Example

White with #310599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310599; }

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

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

background-color css

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

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

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

border-color css

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

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

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