Html Css Color HEX #311672 Persian Indigo

📋 copy color: '#311672'

red 49 ◦ green 22 ◦ blue 114

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

Shades of Persian Indigo #311672

Tints of Persian Indigo #311672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 61.62%

R = 26.49%
G = 11.89%
B = 61.62%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#311672 (or 0x311672) is known color: Persian Indigo. HEX triplet: 31, 16 and 72. RGB value is (49,22,114). Sum of RGB (Red+Green+Blue) = 49+22+114=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #311672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311672 is #CEE98D. Grayscale: #282828. Windows color (decimal): -13560206 or 7476785. OLE color: 7476785.

HSL color Cylindrical-coordinate representation of color #311672: hue angle of 257.61º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311672 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 22 114 -
CMYK 0.57 0.81 0 0.55
HSL 257.61º 0.68% 0.27% -
HSV(B) 257.61º 0.81% 0.45% -
XYZ 4.59 2.44 16.15 -
YUV 40.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 49 22 114 0.57 0.81 0 0.55 257.61 0.68 0.27
Hex 31 16 72 39 51 0 37 102 44 1B
Octal 61 26 162 71 121 0 67 402 104 33
Binary 110001 10110 1110010 111001 1010001 0 110111 100000010 1000100 11011

Color Harmonies of #311672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311672

Black with #311672

Text Example


Text Example

White with #311672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311672; }

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

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

background-color css

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

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

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

border-color css

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

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

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