Html Css Color HEX #310598 Persian Indigo

📋 copy color: '#310598'

red 49 ◦ green 5 ◦ blue 152

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

Shades of Persian Indigo #310598

Tints of Persian Indigo #310598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 73.79%

R = 23.79%
G = 2.43%
B = 73.79%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#310598 (or 0x310598) is known color: Persian Indigo. HEX triplet: 31, 05 and 98. RGB value is (49,5,152). Sum of RGB (Red+Green+Blue) = 49+5+152=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #310598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310598 is #CEFA67. Grayscale: #222222. Windows color (decimal): -13564520 or 9962801. OLE color: 9962801.

HSL color Cylindrical-coordinate representation of color #310598: hue angle of 257.96º 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 #310598 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 5 152 -
CMYK 0.68 0.97 0 0.40
HSL 257.96º 0.94% 0.31% -
HSV(B) 257.96º 0.97% 0.6% -
XYZ 6.99 3.03 29.92 -
YUV 34.91 194.08 138.05 -
System Red Green Blue C M Y K H S L
Decimal 49 5 152 0.68 0.97 0 0.40 257.96 0.94 0.31
Hex 31 5 98 44 61 0 28 102 5E 1F
Octal 61 5 230 104 141 0 50 402 136 37
Binary 110001 101 10011000 1000100 1100001 0 101000 100000010 1011110 11111

Color Harmonies of #310598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310598

Black with #310598

Text Example


Text Example

White with #310598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310598; }

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

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

background-color css

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

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

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

border-color css

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

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

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