Html Css Color HEX #331576 Persian Indigo

📋 copy color: '#331576'

red 51 ◦ green 21 ◦ blue 118

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

Shades of Persian Indigo #331576

Tints of Persian Indigo #331576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 62.11%

R = 26.84%
G = 11.05%
B = 62.11%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#331576 (or 0x331576) is known color: Persian Indigo. HEX triplet: 33, 15 and 76. RGB value is (51,21,118). Sum of RGB (Red+Green+Blue) = 51+21+118=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #331576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331576 is #CCEA89. Grayscale: #282828. Windows color (decimal): -13429386 or 7738675. OLE color: 7738675.

HSL color Cylindrical-coordinate representation of color #331576: hue angle of 258.56º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331576 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 21 118 -
CMYK 0.57 0.82 0 0.54
HSL 258.56º 0.7% 0.27% -
HSV(B) 258.56º 0.82% 0.46% -
XYZ 4.9 2.55 17.37 -
YUV 41.03 171.44 135.11 -
System Red Green Blue C M Y K H S L
Decimal 51 21 118 0.57 0.82 0 0.54 258.56 0.7 0.27
Hex 33 15 76 39 52 0 36 103 46 1B
Octal 63 25 166 71 122 0 66 403 106 33
Binary 110011 10101 1110110 111001 1010010 0 110110 100000011 1000110 11011

Color Harmonies of #331576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331576

Black with #331576

Text Example


Text Example

White with #331576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331576; }

 p { color: rgb(51,21,118); }

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

background-color css

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

 a { background-color: rgb(51,21,118); }

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

border-color css

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

 span { border-color: rgb(51,21,118); }

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