Html Css Color HEX #31097F Persian Indigo

📋 copy color: '#31097F'

red 49 ◦ green 9 ◦ blue 127

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

Shades of Persian Indigo #31097F

Tints of Persian Indigo #31097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 68.65%

R = 26.49%
G = 4.86%
B = 68.65%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31097F (or 0x31097F) is known color: Persian Indigo. HEX triplet: 31, 09 and 7F. RGB value is (49,9,127). Sum of RGB (Red+Green+Blue) = 49+9+127=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #31097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31097F is #CEF680. Grayscale: #212121. Windows color (decimal): -13563521 or 8325425. OLE color: 8325425.

HSL color Cylindrical-coordinate representation of color #31097F: hue angle of 260.34º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31097F is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 9 127 -
CMYK 0.61 0.93 0 0.50
HSL 260.34º 0.87% 0.27% -
HSV(B) 260.34º 0.93% 0.5% -
XYZ 5.2 2.38 20.26 -
YUV 34.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 49 9 127 0.61 0.93 0 0.50 260.34 0.87 0.27
Hex 31 9 7F 3D 5D 0 32 104 57 1B
Octal 61 11 177 75 135 0 62 404 127 33
Binary 110001 1001 1111111 111101 1011101 0 110010 100000100 1010111 11011

Color Harmonies of #31097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31097F

Black with #31097F

Text Example


Text Example

White with #31097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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