Html Css Color HEX #331971 Persian Indigo

📋 copy color: '#331971'

red 51 ◦ green 25 ◦ blue 113

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

Shades of Persian Indigo #331971

Tints of Persian Indigo #331971

RGB

 RED value IS 51 (20.31% from 255) = 26.98%

 GREEN value IS 25 (10.16% from 255) = 13.23%

 BLUE value IS 113 (44.53% from 255) = 59.79%

R = 26.98%
G = 13.23%
B = 59.79%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#331971 (or 0x331971) is known color: Persian Indigo. HEX triplet: 33, 19 and 71. RGB value is (51,25,113). Sum of RGB (Red+Green+Blue) = 51+25+113=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #331971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331971 is #CCE68E. Grayscale: #2A2A2A. Windows color (decimal): -13428367 or 7412019. OLE color: 7412019.

HSL color Cylindrical-coordinate representation of color #331971: hue angle of 257.73º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #331971 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 25 113 -
CMYK 0.55 0.78 0 0.56
HSL 257.73º 0.64% 0.27% -
HSV(B) 257.73º 0.78% 0.44% -
XYZ 4.69 2.59 15.88 -
YUV 42.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 51 25 113 0.55 0.78 0 0.56 257.73 0.64 0.27
Hex 33 19 71 37 4E 0 38 102 40 1B
Octal 63 31 161 67 116 0 70 402 100 33
Binary 110011 11001 1110001 110111 1001110 0 111000 100000010 1000000 11011

Color Harmonies of #331971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331971

Black with #331971

Text Example


Text Example

White with #331971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331971; }

 p { color: rgb(51,25,113); }

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

background-color css

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

 a { background-color: rgb(51,25,113); }

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

border-color css

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

 span { border-color: rgb(51,25,113); }

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