Html Css Color HEX #31277F Persian Indigo

📋 copy color: '#31277F'

red 49 ◦ green 39 ◦ blue 127

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

Shades of Persian Indigo #31277F

Tints of Persian Indigo #31277F

RGB

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

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

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

R = 22.79%
G = 18.14%
B = 59.07%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31277F (or 0x31277F) is known color: Persian Indigo. HEX triplet: 31, 27 and 7F. RGB value is (49,39,127). Sum of RGB (Red+Green+Blue) = 49+39+127=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #31277F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31277F is #CED880. Grayscale: #333333. Windows color (decimal): -13555841 or 8333105. OLE color: 8333105.

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

Color convert

RGB 49 39 127 -
CMYK 0.61 0.69 0 0.50
HSL 246.82º 0.53% 0.33% -
HSV(B) 246.82º 0.69% 0.5% -
XYZ 5.82 3.64 20.47 -
YUV 52.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 49 39 127 0.61 0.69 0 0.50 246.82 0.53 0.33
Hex 31 27 7F 3D 45 0 32 F7 35 21
Octal 61 47 177 75 105 0 62 367 65 41
Binary 110001 100111 1111111 111101 1000101 0 110010 11110111 110101 100001

Color Harmonies of #31277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31277F

Black with #31277F

Text Example


Text Example

White with #31277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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