#361078

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

Shades of Persian Indigo #361078

Tints of Persian Indigo #361078

Color information

#361078 (or 0x361078) is unknown color: approx Persian Indigo. HEX triplet: 36, 10 and 78. RGB value is (54,16,120). Sum of RGB (Red+Green+Blue) = 54+16+120=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #361078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361078 is #C9EF87. Grayscale: #262626. Windows color (decimal): -13234056 or 7868470. OLE color: 7868470.

HSL color Cylindrical-coordinate representation of color #361078: hue angle of 261.92º 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 #361078 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5416120-
CMYK0.550.8700.53
HSL261.92º76.47%26.67%-
HSV(B)261.92º86.67%47.06%-
XYZ5.12.5117.99-
YUV39.22173.59138.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.42%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 120 (47.27% from 255) = 63.16%
R=28.42%
G=8.42%
B=63.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54161200.550.8700.53261.9276.4726.67
Hex36107837570351064c1b
Octal66201706712706540611433
Binary11011010000111100011011110101110110101100000110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361078; }

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

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

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

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

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

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

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

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