#360480

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

Shades of Persian Indigo #360480

Tints of Persian Indigo #360480

Color information

#360480 (or 0x360480) is unknown color: approx Persian Indigo. HEX triplet: 36, 04 and 80. RGB value is (54,4,128). Sum of RGB (Red+Green+Blue) = 54+4+128=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 128 (50.39% from 255 or 68.82% from 186); Max value from RGB is 128 - color contains mainly: blue. Hex color #360480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360480 is #C9FB7F. Grayscale: #202020. Windows color (decimal): -13237120 or 8389686. OLE color: 8389686.

HSL color Cylindrical-coordinate representation of color #360480: hue angle of 264.19º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360480 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB544128-
CMYK0.580.9700.50
HSL264.19º93.94%25.88%-
HSV(B)264.19º96.88%50.2%-
XYZ5.462.4320.6-
YUV33.09181.56142.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 128 (50.39% from 255) = 68.82%
R=29.03%
G=2.15%
B=68.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5441280.580.9700.50264.1993.9425.88
Hex364803A610321085e1a
Octal6642007214106241013632
Binary1101101001000000011101011000010110010100001000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360480; }

 p { color: rgb(54,4,128); }

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

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

 a { background-color: rgb(54,4,128); }

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

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

 span { border-color: rgb(54,4,128); }

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