Html Css Color HEX #31016D Persian Indigo

📋 copy color: '#31016D'

red 49 ◦ green 1 ◦ blue 109

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

Shades of Persian Indigo #31016D

Tints of Persian Indigo #31016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 68.55%

R = 30.82%
G = 0.63%
B = 68.55%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31016D (or 0x31016D) is known color: Persian Indigo. HEX triplet: 31, 01 and 6D. RGB value is (49,1,109). Sum of RGB (Red+Green+Blue) = 49+1+109=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #31016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31016D is #CEFE92. Grayscale: #1B1B1B. Windows color (decimal): -13565587 or 7143729. OLE color: 7143729.

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

Color convert

RGB 49 1 109 -
CMYK 0.55 0.99 0 0.57
HSL 266.67º 0.98% 0.22% -
HSV(B) 266.67º 0.99% 0.43% -
XYZ 4.04 1.78 14.6 -
YUV 27.66 173.9 143.22 -
System Red Green Blue C M Y K H S L
Decimal 49 1 109 0.55 0.99 0 0.57 266.67 0.98 0.22
Hex 31 1 6D 37 63 0 39 10B 62 16
Octal 61 1 155 67 143 0 71 413 142 26
Binary 110001 1 1101101 110111 1100011 0 111001 100001011 1100010 10110

Color Harmonies of #31016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31016D

Black with #31016D

Text Example


Text Example

White with #31016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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