Html Css Color HEX #310D73 Persian Indigo

📋 copy color: '#310D73'

red 49 ◦ green 13 ◦ blue 115

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

Shades of Persian Indigo #310D73

Tints of Persian Indigo #310D73

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.34%

 BLUE value IS 115 (45.31% from 255) = 64.97%

R = 27.68%
G = 7.34%
B = 64.97%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#310D73 (or 0x310D73) is known color: Persian Indigo. HEX triplet: 31, 0D and 73. RGB value is (49,13,115). Sum of RGB (Red+Green+Blue) = 49+13+115=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 115 (45.31% from 255 or 64.97% from 177); Max value from RGB is 115 - color contains mainly: blue. Hex color #310D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310D73 is #CEF28C. Grayscale: #232323. Windows color (decimal): -13562509 or 7540017. OLE color: 7540017.

HSL color Cylindrical-coordinate representation of color #310D73: hue angle of 261.18º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310D73 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 13 115 -
CMYK 0.57 0.89 0 0.55
HSL 261.18º 0.8% 0.25% -
HSV(B) 261.18º 0.89% 0.45% -
XYZ 4.51 2.18 16.4 -
YUV 35.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 49 13 115 0.57 0.89 0 0.55 261.18 0.8 0.25
Hex 31 D 73 39 59 0 37 105 50 19
Octal 61 15 163 71 131 0 67 405 120 31
Binary 110001 1101 1110011 111001 1011001 0 110111 100000101 1010000 11001

Color Harmonies of #310D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D73

Black with #310D73

Text Example


Text Example

White with #310D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310D73; }

 p { color: rgb(49,13,115); }

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

background-color css

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

 a { background-color: rgb(49,13,115); }

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

border-color css

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

 span { border-color: rgb(49,13,115); }

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