#360166

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

Shades of Persian Indigo #360166

Tints of Persian Indigo #360166

Color information

#360166 (or 0x360166) is unknown color: approx Persian Indigo. HEX triplet: 36, 01 and 66. RGB value is (54,1,102). Sum of RGB (Red+Green+Blue) = 54+1+102=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #360166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360166 is #C9FE99. Grayscale: #1C1C1C. Windows color (decimal): -13237914 or 6684982. OLE color: 6684982.

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

Color convert

RGB541102-
CMYK0.470.9900.6
HSL271.49º98.06%20.2%-
HSV(B)271.49º99.02%40%-
XYZ3.931.7712.7-
YUV28.36169.56146.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 102 (40.23% from 255) = 64.97%
R=34.39%
G=0.64%
B=64.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5411020.470.9900.6271.4998.0620.2
Hex361662F6303C10f6214
Octal6611465714307441714224
Binary1101101110011010111111000110111100100001111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360166; }

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

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

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

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

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

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

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

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