Html Css Color HEX #31056E Persian Indigo

📋 copy color: '#31056E'

red 49 ◦ green 5 ◦ blue 110

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

Shades of Persian Indigo #31056E

Tints of Persian Indigo #31056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.05%

 BLUE value IS 110 (43.36% from 255) = 67.07%

R = 29.88%
G = 3.05%
B = 67.07%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31056E (or 0x31056E) is known color: Persian Indigo. HEX triplet: 31, 05 and 6E. RGB value is (49,5,110). Sum of RGB (Red+Green+Blue) = 49+5+110=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #31056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31056E is #CEFA91. Grayscale: #1D1D1D. Windows color (decimal): -13564562 or 7210289. OLE color: 7210289.

HSL color Cylindrical-coordinate representation of color #31056E: hue angle of 265.14º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31056E is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 5 110 -
CMYK 0.55 0.95 0 0.57
HSL 265.14º 0.91% 0.23% -
HSV(B) 265.14º 0.95% 0.43% -
XYZ 4.14 1.89 14.9 -
YUV 30.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 49 5 110 0.55 0.95 0 0.57 265.14 0.91 0.23
Hex 31 5 6E 37 5F 0 39 109 5B 17
Octal 61 5 156 67 137 0 71 411 133 27
Binary 110001 101 1101110 110111 1011111 0 111001 100001001 1011011 10111

Color Harmonies of #31056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31056E

Black with #31056E

Text Example


Text Example

White with #31056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31056E; }

 p { color: rgb(49,5,110); }

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

background-color css

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

 a { background-color: rgb(49,5,110); }

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

border-color css

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

 span { border-color: rgb(49,5,110); }

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