Html Css Color HEX #310173 Persian Indigo

📋 copy color: '#310173'

red 49 ◦ green 1 ◦ blue 115

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

Shades of Persian Indigo #310173

Tints of Persian Indigo #310173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 29.7%
G = 0.61%
B = 69.7%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#310173 (or 0x310173) is known color: Persian Indigo. HEX triplet: 31, 01 and 73. RGB value is (49,1,115). Sum of RGB (Red+Green+Blue) = 49+1+115=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 115 (45.31% from 255 or 69.70% from 165); Max value from RGB is 115 - color contains mainly: blue. Hex color #310173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310173 is #CEFE8C. Grayscale: #1B1B1B. Windows color (decimal): -13565581 or 7536945. OLE color: 7536945.

HSL color Cylindrical-coordinate representation of color #310173: hue angle of 265.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #310173 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 1 115 -
CMYK 0.57 0.99 0 0.55
HSL 265.26º 0.98% 0.23% -
HSV(B) 265.26º 0.99% 0.45% -
XYZ 4.37 1.91 16.36 -
YUV 28.35 176.9 142.73 -
System Red Green Blue C M Y K H S L
Decimal 49 1 115 0.57 0.99 0 0.55 265.26 0.98 0.23
Hex 31 1 73 39 63 0 37 109 62 17
Octal 61 1 163 71 143 0 67 411 142 27
Binary 110001 1 1110011 111001 1100011 0 110111 100001001 1100010 10111

Color Harmonies of #310173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310173

Black with #310173

Text Example


Text Example

White with #310173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310173; }

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

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

background-color css

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

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

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

border-color css

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

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

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