Html Css Color HEX #31086E Persian Indigo

📋 copy color: '#31086E'

red 49 ◦ green 8 ◦ blue 110

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

Shades of Persian Indigo #31086E

Tints of Persian Indigo #31086E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

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

R = 29.34%
G = 4.79%
B = 65.87%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31086E (or 0x31086E) is known color: Persian Indigo. HEX triplet: 31, 08 and 6E. RGB value is (49,8,110). Sum of RGB (Red+Green+Blue) = 49+8+110=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #31086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31086E is #CEF791. Grayscale: #1F1F1F. Windows color (decimal): -13563794 or 7211057. OLE color: 7211057.

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

Color convert

RGB 49 8 110 -
CMYK 0.55 0.93 0 0.57
HSL 264.12º 0.86% 0.23% -
HSV(B) 264.12º 0.93% 0.43% -
XYZ 4.17 1.95 14.91 -
YUV 31.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 49 8 110 0.55 0.93 0 0.57 264.12 0.86 0.23
Hex 31 8 6E 37 5D 0 39 108 56 17
Octal 61 10 156 67 135 0 71 410 126 27
Binary 110001 1000 1101110 110111 1011101 0 111001 100001000 1010110 10111

Color Harmonies of #31086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31086E

Black with #31086E

Text Example


Text Example

White with #31086E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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