Html Css Color HEX #31147F Persian Indigo

📋 copy color: '#31147F'

red 49 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #31147F

Tints of Persian Indigo #31147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

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

R = 25%
G = 10.2%
B = 64.8%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31147F (or 0x31147F) is known color: Persian Indigo. HEX triplet: 31, 14 and 7F. RGB value is (49,20,127). Sum of RGB (Red+Green+Blue) = 49+20+127=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #31147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31147F is #CEEB80. Grayscale: #282828. Windows color (decimal): -13560705 or 8328241. OLE color: 8328241.

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

Color convert

RGB 49 20 127 -
CMYK 0.61 0.84 0 0.50
HSL 256.26º 0.73% 0.29% -
HSV(B) 256.26º 0.84% 0.5% -
XYZ 5.35 2.69 20.32 -
YUV 40.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 49 20 127 0.61 0.84 0 0.50 256.26 0.73 0.29
Hex 31 14 7F 3D 54 0 32 100 49 1D
Octal 61 24 177 75 124 0 62 400 111 35
Binary 110001 10100 1111111 111101 1010100 0 110010 100000000 1001001 11101

Color Harmonies of #31147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31147F

Black with #31147F

Text Example


Text Example

White with #31147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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