Html Css Color HEX #31047C Persian Indigo

📋 copy color: '#31047C'

red 49 ◦ green 4 ◦ blue 124

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

Shades of Persian Indigo #31047C

Tints of Persian Indigo #31047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

 BLUE value IS 124 (48.83% from 255) = 70.06%

R = 27.68%
G = 2.26%
B = 70.06%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31047C (or 0x31047C) is known color: Persian Indigo. HEX triplet: 31, 04 and 7C. RGB value is (49,4,124). Sum of RGB (Red+Green+Blue) = 49+4+124=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #31047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31047C is #CEFB83. Grayscale: #1E1E1E. Windows color (decimal): -13564804 or 8127537. OLE color: 8127537.

HSL color Cylindrical-coordinate representation of color #31047C: hue angle of 262.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31047C is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 4 124 -
CMYK 0.60 0.97 0 0.51
HSL 262.5º 0.94% 0.25% -
HSV(B) 262.5º 0.97% 0.49% -
XYZ 4.95 2.2 19.23 -
YUV 31.14 180.41 140.74 -
System Red Green Blue C M Y K H S L
Decimal 49 4 124 0.60 0.97 0 0.51 262.5 0.94 0.25
Hex 31 4 7C 3C 61 0 33 106 5E 19
Octal 61 4 174 74 141 0 63 406 136 31
Binary 110001 100 1111100 111100 1100001 0 110011 100000110 1011110 11001

Color Harmonies of #31047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31047C

Black with #31047C

Text Example


Text Example

White with #31047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31047C; }

 p { color: rgb(49,4,124); }

 H1.HeaderClassName
 {
   color: #31047C;
 }
 .AnyTagClassName
 {
   color: #31047C;
 }
</style>

background-color css

<style>
 a { background-color: #31047C; }

 a { background-color: rgb(49,4,124); }

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

border-color css

<style>
 span { border-color: #31047C; }

 span { border-color: rgb(49,4,124); }

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