#321078

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

Shades of Persian Indigo #321078

Tints of Persian Indigo #321078

Color information

#321078 (or 0x321078) is unknown color: approx Persian Indigo. HEX triplet: 32, 10 and 78. RGB value is (50,16,120). Sum of RGB (Red+Green+Blue) = 50+16+120=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #321078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321078 is #CDEF87. Grayscale: #252525. Windows color (decimal): -13496200 or 7868466. OLE color: 7868466.

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

Color convert

RGB5016120-
CMYK0.580.8700.53
HSL259.62º76.47%26.67%-
HSV(B)259.62º86.67%47.06%-
XYZ4.892.417.98-
YUV38.02174.26136.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.88%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 120 (47.27% from 255) = 64.52%
R=26.88%
G=8.60%
B=64.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50161200.580.8700.53259.6276.4726.67
Hex3210783A570351044c1b
Octal62201707212706540411433
Binary11001010000111100011101010101110110101100000100100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321078; }

 p { color: rgb(50,16,120); }

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

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

 a { background-color: rgb(50,16,120); }

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

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

 span { border-color: rgb(50,16,120); }

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