Html Css Color HEX #31167B Persian Indigo

📋 copy color: '#31167B'

red 49 ◦ green 22 ◦ blue 123

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

Shades of Persian Indigo #31167B

Tints of Persian Indigo #31167B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.34%

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

R = 25.26%
G = 11.34%
B = 63.4%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31167B (or 0x31167B) is known color: Persian Indigo. HEX triplet: 31, 16 and 7B. RGB value is (49,22,123). Sum of RGB (Red+Green+Blue) = 49+22+123=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 123 (48.44% from 255 or 63.40% from 194); Max value from RGB is 123 - color contains mainly: blue. Hex color #31167B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31167B is #CEE984. Grayscale: #292929. Windows color (decimal): -13560197 or 8066609. OLE color: 8066609.

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

Color convert

RGB 49 22 123 -
CMYK 0.60 0.82 0 0.52
HSL 256.04º 0.7% 0.28% -
HSV(B) 256.04º 0.82% 0.48% -
XYZ 5.13 2.66 18.98 -
YUV 41.59 173.95 133.29 -
System Red Green Blue C M Y K H S L
Decimal 49 22 123 0.60 0.82 0 0.52 256.04 0.7 0.28
Hex 31 16 7B 3C 52 0 34 100 46 1C
Octal 61 26 173 74 122 0 64 400 106 34
Binary 110001 10110 1111011 111100 1010010 0 110100 100000000 1000110 11100

Color Harmonies of #31167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31167B

Black with #31167B

Text Example


Text Example

White with #31167B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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