#360164

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

Shades of Persian Indigo #360164

Tints of Persian Indigo #360164

Color information

#360164 (or 0x360164) is unknown color: approx Persian Indigo. HEX triplet: 36, 01 and 64. RGB value is (54,1,100). Sum of RGB (Red+Green+Blue) = 54+1+100=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 100 (39.45% from 255 or 64.52% from 155); Max value from RGB is 100 - color contains mainly: blue. Hex color #360164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360164 is #C9FE9B. Grayscale: #1B1B1B. Windows color (decimal): -13237916 or 6553910. OLE color: 6553910.

HSL color Cylindrical-coordinate representation of color #360164: hue angle of 272.12º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360164 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB541100-
CMYK0.460.9900.61
HSL272.12º98.02%19.8%-
HSV(B)272.12º99%39.22%-
XYZ3.831.7312.19-
YUV28.13168.56146.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.84%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 100 (39.45% from 255) = 64.52%
R=34.84%
G=0.65%
B=64.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5411000.460.9900.61272.1298.0219.8
Hex361642E6303D1106214
Octal6611445614307542014224
Binary1101101110010010111011000110111101100010000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360164; }

 p { color: rgb(54,1,100); }

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

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

 a { background-color: rgb(54,1,100); }

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

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

 span { border-color: rgb(54,1,100); }

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