Html Css Color HEX #310099 Persian Indigo

📋 copy color: '#310099'

red 49 ◦ green 0 ◦ blue 153

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

Shades of Persian Indigo #310099

Tints of Persian Indigo #310099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 24.26%
G = 0%
B = 75.74%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#310099 (or 0x310099) is known color: Persian Indigo. HEX triplet: 31, 00 and 99. RGB value is (49,0,153). Sum of RGB (Red+Green+Blue) = 49+0+153=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 153 (60.16% from 255 or 75.74% from 202); Max value from RGB is 153 - color contains mainly: blue. Hex color #310099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310099 is #CEFF66. Grayscale: #1F1F1F. Windows color (decimal): -13565799 or 10027057. OLE color: 10027057.

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

Color convert

RGB 49 0 153 -
CMYK 0.68 1 0 0.4
HSL 259.22º 1% 0.3% -
HSV(B) 259.22º 1% 0.6% -
XYZ 7.02 2.95 30.34 -
YUV 32.09 196.23 140.06 -
System Red Green Blue C M Y K H S L
Decimal 49 0 153 0.68 1 0 0.4 259.22 1 0.3
Hex 31 0 99 44 64 0 28 103 64 1E
Octal 61 0 231 104 144 0 50 403 144 36
Binary 110001 0 10011001 1000100 1100100 0 101000 100000011 1100100 11110

Color Harmonies of #310099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310099

Black with #310099

Text Example


Text Example

White with #310099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310099; }

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

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

background-color css

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

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

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

border-color css

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

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

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