Html Css Color HEX #31157F Persian Indigo

📋 copy color: '#31157F'

red 49 ◦ green 21 ◦ blue 127

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

Shades of Persian Indigo #31157F

Tints of Persian Indigo #31157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

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

R = 24.87%
G = 10.66%
B = 64.47%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31157F (or 0x31157F) is known color: Persian Indigo. HEX triplet: 31, 15 and 7F. RGB value is (49,21,127). Sum of RGB (Red+Green+Blue) = 49+21+127=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #31157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31157F is #CEEA80. Grayscale: #292929. Windows color (decimal): -13560449 or 8328497. OLE color: 8328497.

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

Color convert

RGB 49 21 127 -
CMYK 0.61 0.83 0 0.50
HSL 255.85º 0.72% 0.29% -
HSV(B) 255.85º 0.83% 0.5% -
XYZ 5.37 2.72 20.32 -
YUV 41.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 49 21 127 0.61 0.83 0 0.50 255.85 0.72 0.29
Hex 31 15 7F 3D 53 0 32 100 48 1D
Octal 61 25 177 75 123 0 62 400 110 35
Binary 110001 10101 1111111 111101 1010011 0 110010 100000000 1001000 11101

Color Harmonies of #31157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31157F

Black with #31157F

Text Example


Text Example

White with #31157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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