#331278

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

Shades of Persian Indigo #331278

Tints of Persian Indigo #331278

Color information

#331278 (or 0x331278) is unknown color: approx Persian Indigo. HEX triplet: 33, 12 and 78. RGB value is (51,18,120). Sum of RGB (Red+Green+Blue) = 51+18+120=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 120 (47.27% from 255 or 63.49% from 189); Max value from RGB is 120 - color contains mainly: blue. Hex color #331278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331278 is #CCED87. Grayscale: #272727. Windows color (decimal): -13430152 or 7868979. OLE color: 7868979.

HSL color Cylindrical-coordinate representation of color #331278: hue angle of 259.41º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331278 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5118120-
CMYK0.580.8500.53
HSL259.41º73.91%27.06%-
HSV(B)259.41º85%47.06%-
XYZ4.972.4917.99-
YUV39.49173.43136.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.98%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 120 (47.27% from 255) = 63.49%
R=26.98%
G=9.52%
B=63.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51181200.580.8500.53259.4173.9127.06
Hex3312783A550351034a1b
Octal63221707212506540311233
Binary11001110010111100011101010101010110101100000011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331278; }

 p { color: rgb(51,18,120); }

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

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

 a { background-color: rgb(51,18,120); }

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

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

 span { border-color: rgb(51,18,120); }

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