#361077

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

Shades of Persian Indigo #361077

Tints of Persian Indigo #361077

Color information

#361077 (or 0x361077) is unknown color: approx Persian Indigo. HEX triplet: 36, 10 and 77. RGB value is (54,16,119). Sum of RGB (Red+Green+Blue) = 54+16+119=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #361077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361077 is #C9EF88. Grayscale: #262626. Windows color (decimal): -13234057 or 7802934. OLE color: 7802934.

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

Color convert

RGB5416119-
CMYK0.550.8700.53
HSL262.14º76.3%26.47%-
HSV(B)262.14º86.55%46.67%-
XYZ5.042.4917.67-
YUV39.1173.09138.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.57%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 119 (46.88% from 255) = 62.96%
R=28.57%
G=8.47%
B=62.96%

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
Decimal54161190.550.8700.53262.1476.326.47
Hex36107737570351064c1a
Octal66201676712706540611432
Binary11011010000111011111011110101110110101100000110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361077; }

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

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

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

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

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

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

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

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