Html Css Color HEX #31086F Persian Indigo

📋 copy color: '#31086F'

red 49 ◦ green 8 ◦ blue 111

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

Shades of Persian Indigo #31086F

Tints of Persian Indigo #31086F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 66.07%

R = 29.17%
G = 4.76%
B = 66.07%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#31086F (or 0x31086F) is known color: Persian Indigo. HEX triplet: 31, 08 and 6F. RGB value is (49,8,111). Sum of RGB (Red+Green+Blue) = 49+8+111=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #31086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31086F is #CEF790. Grayscale: #1F1F1F. Windows color (decimal): -13563793 or 7276593. OLE color: 7276593.

HSL color Cylindrical-coordinate representation of color #31086F: hue angle of 263.88º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31086F is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 8 111 -
CMYK 0.56 0.93 0 0.56
HSL 263.88º 0.87% 0.23% -
HSV(B) 263.88º 0.93% 0.44% -
XYZ 4.22 1.97 15.2 -
YUV 32 172.58 140.12 -
System Red Green Blue C M Y K H S L
Decimal 49 8 111 0.56 0.93 0 0.56 263.88 0.87 0.23
Hex 31 8 6F 38 5D 0 38 108 57 17
Octal 61 10 157 70 135 0 70 410 127 27
Binary 110001 1000 1101111 111000 1011101 0 111000 100001000 1010111 10111

Color Harmonies of #31086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31086F

Black with #31086F

Text Example


Text Example

White with #31086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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