Html Css Color HEX #310399 Persian Indigo

📋 copy color: '#310399'

red 49 ◦ green 3 ◦ blue 153

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

Shades of Persian Indigo #310399

Tints of Persian Indigo #310399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 23.9%
G = 1.46%
B = 74.63%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#310399 (or 0x310399) is known color: Persian Indigo. HEX triplet: 31, 03 and 99. RGB value is (49,3,153). Sum of RGB (Red+Green+Blue) = 49+3+153=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #310399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310399 is #CEFC66. Grayscale: #212121. Windows color (decimal): -13565031 or 10027825. OLE color: 10027825.

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

Color convert

RGB 49 3 153 -
CMYK 0.68 0.98 0 0.4
HSL 258.4º 0.96% 0.31% -
HSV(B) 258.4º 0.98% 0.6% -
XYZ 7.05 3.02 30.35 -
YUV 33.85 195.24 138.8 -
System Red Green Blue C M Y K H S L
Decimal 49 3 153 0.68 0.98 0 0.4 258.4 0.96 0.31
Hex 31 3 99 44 62 0 28 102 60 1F
Octal 61 3 231 104 142 0 50 402 140 37
Binary 110001 11 10011001 1000100 1100010 0 101000 100000010 1100000 11111

Color Harmonies of #310399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310399

Black with #310399

Text Example


Text Example

White with #310399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310399; }

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

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

background-color css

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

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

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

border-color css

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

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

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