Html Css Color HEX #31147B Persian Indigo

📋 copy color: '#31147B'

red 49 ◦ green 20 ◦ blue 123

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

Shades of Persian Indigo #31147B

Tints of Persian Indigo #31147B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 64.06%

R = 25.52%
G = 10.42%
B = 64.06%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31147B (or 0x31147B) is known color: Persian Indigo. HEX triplet: 31, 14 and 7B. RGB value is (49,20,123). Sum of RGB (Red+Green+Blue) = 49+20+123=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 123 (48.44% from 255 or 64.06% from 192); Max value from RGB is 123 - color contains mainly: blue. Hex color #31147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31147B is #CEEB84. Grayscale: #282828. Windows color (decimal): -13560709 or 8066097. OLE color: 8066097.

HSL color Cylindrical-coordinate representation of color #31147B: hue angle of 256.89º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31147B is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 20 123 -
CMYK 0.60 0.84 0 0.52
HSL 256.89º 0.72% 0.28% -
HSV(B) 256.89º 0.84% 0.48% -
XYZ 5.09 2.58 18.97 -
YUV 40.41 174.61 134.12 -
System Red Green Blue C M Y K H S L
Decimal 49 20 123 0.60 0.84 0 0.52 256.89 0.72 0.28
Hex 31 14 7B 3C 54 0 34 101 48 1C
Octal 61 24 173 74 124 0 64 401 110 34
Binary 110001 10100 1111011 111100 1010100 0 110100 100000001 1001000 11100

Color Harmonies of #31147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31147B

Black with #31147B

Text Example


Text Example

White with #31147B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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