Html Css Color HEX #31077F Persian Indigo

📋 copy color: '#31077F'

red 49 ◦ green 7 ◦ blue 127

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

Shades of Persian Indigo #31077F

Tints of Persian Indigo #31077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.83%

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

R = 26.78%
G = 3.83%
B = 69.4%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31077F (or 0x31077F) is known color: Persian Indigo. HEX triplet: 31, 07 and 7F. RGB value is (49,7,127). Sum of RGB (Red+Green+Blue) = 49+7+127=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #31077F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31077F is #CEF880. Grayscale: #202020. Windows color (decimal): -13564033 or 8324913. OLE color: 8324913.

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

Color convert

RGB 49 7 127 -
CMYK 0.61 0.94 0 0.50
HSL 261º 0.9% 0.26% -
HSV(B) 261º 0.94% 0.5% -
XYZ 5.17 2.34 20.26 -
YUV 33.24 180.91 139.24 -
System Red Green Blue C M Y K H S L
Decimal 49 7 127 0.61 0.94 0 0.50 261 0.9 0.26
Hex 31 7 7F 3D 5E 0 32 105 5A 1A
Octal 61 7 177 75 136 0 62 405 132 32
Binary 110001 111 1111111 111101 1011110 0 110010 100000101 1011010 11010

Color Harmonies of #31077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31077F

Black with #31077F

Text Example


Text Example

White with #31077F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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