Html Css Color HEX #31096F Persian Indigo

📋 copy color: '#31096F'

red 49 ◦ green 9 ◦ blue 111

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

Shades of Persian Indigo #31096F

Tints of Persian Indigo #31096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.33%

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

R = 28.99%
G = 5.33%
B = 65.68%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#31096F (or 0x31096F) is known color: Persian Indigo. HEX triplet: 31, 09 and 6F. RGB value is (49,9,111). Sum of RGB (Red+Green+Blue) = 49+9+111=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #31096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31096F is #CEF690. Grayscale: #202020. Windows color (decimal): -13563537 or 7276849. OLE color: 7276849.

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

Color convert

RGB 49 9 111 -
CMYK 0.56 0.92 0 0.56
HSL 263.53º 0.85% 0.24% -
HSV(B) 263.53º 0.92% 0.44% -
XYZ 4.23 2 15.2 -
YUV 32.59 172.25 139.71 -
System Red Green Blue C M Y K H S L
Decimal 49 9 111 0.56 0.92 0 0.56 263.53 0.85 0.24
Hex 31 9 6F 38 5C 0 38 108 55 18
Octal 61 11 157 70 134 0 70 410 125 30
Binary 110001 1001 1101111 111000 1011100 0 111000 100001000 1010101 11000

Color Harmonies of #31096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31096F

Black with #31096F

Text Example


Text Example

White with #31096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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