#360377

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

Shades of Persian Indigo #360377

Tints of Persian Indigo #360377

Color information

#360377 (or 0x360377) is unknown color: approx Persian Indigo. HEX triplet: 36, 03 and 77. RGB value is (54,3,119). Sum of RGB (Red+Green+Blue) = 54+3+119=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 119 (46.88% from 255 or 67.61% from 176); Max value from RGB is 119 - color contains mainly: blue. Hex color #360377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360377 is #C9FC88. Grayscale: #1F1F1F. Windows color (decimal): -13237385 or 7799606. OLE color: 7799606.

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

Color convert

RGB543119-
CMYK0.550.9700.53
HSL266.38º95.08%23.92%-
HSV(B)266.38º97.48%46.67%-
XYZ4.882.1817.62-
YUV31.47177.4144.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.68%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 119 (46.88% from 255) = 67.61%
R=30.68%
G=1.70%
B=67.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5431190.550.9700.53266.3895.0823.92
Hex36377376103510a5f18
Octal6631676714106541213730
Binary11011011111011111011111000010110101100001010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360377; }

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

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

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

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

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

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

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

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