#331876

Color #331876 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #331876

Tints of Persian Indigo #331876

Color information

#331876 (or 0x331876) is unknown color: approx Persian Indigo. HEX triplet: 33, 18 and 76. RGB value is (51,24,118). Sum of RGB (Red+Green+Blue) = 51+24+118=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #331876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331876 is #CCE789. Grayscale: #2A2A2A. Windows color (decimal): -13428618 or 7739443. OLE color: 7739443.

HSL color Cylindrical-coordinate representation of color #331876: hue angle of 257.23º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331876 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5124118-
CMYK0.570.8000.54
HSL257.23º66.2%27.84%-
HSV(B)257.23º79.66%46.27%-
XYZ4.962.6717.39-
YUV42.79170.45133.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 118 (46.48% from 255) = 61.14%
R=26.42%
G=12.44%
B=61.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51241180.570.8000.54257.2366.227.84
Hex3318763950036101421c
Octal63301667112006640110234
Binary11001111000111011011100110100000110110100000001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331876; }

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

 H1.HeaderClassName
 {
   color: #331876;
 }
 .AnyTagClassName
 {
   color: #331876;
 }
</style>
background-color css

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

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

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

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

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

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