Html Css Color HEX #31277C Persian Indigo

📋 copy color: '#31277C'

red 49 ◦ green 39 ◦ blue 124

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

Shades of Persian Indigo #31277C

Tints of Persian Indigo #31277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.4%

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

R = 23.11%
G = 18.4%
B = 58.49%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31277C (or 0x31277C) is known color: Persian Indigo. HEX triplet: 31, 27 and 7C. RGB value is (49,39,124). Sum of RGB (Red+Green+Blue) = 49+39+124=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #31277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31277C is #CED883. Grayscale: #333333. Windows color (decimal): -13555844 or 8136497. OLE color: 8136497.

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

Color convert

RGB 49 39 124 -
CMYK 0.60 0.69 0 0.51
HSL 247.06º 0.52% 0.32% -
HSV(B) 247.06º 0.69% 0.49% -
XYZ 5.63 3.56 19.46 -
YUV 51.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 49 39 124 0.60 0.69 0 0.51 247.06 0.52 0.32
Hex 31 27 7C 3C 45 0 33 F7 34 20
Octal 61 47 174 74 105 0 63 367 64 40
Binary 110001 100111 1111100 111100 1000101 0 110011 11110111 110100 100000

Color Harmonies of #31277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31277C

Black with #31277C

Text Example


Text Example

White with #31277C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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