#360669

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

Shades of Persian Indigo #360669

Tints of Persian Indigo #360669

Color information

#360669 (or 0x360669) is unknown color: approx Persian Indigo. HEX triplet: 36, 06 and 69. RGB value is (54,6,105). Sum of RGB (Red+Green+Blue) = 54+6+105=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #360669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360669 is #C9F996. Grayscale: #1F1F1F. Windows color (decimal): -13236631 or 6882870. OLE color: 6882870.

HSL color Cylindrical-coordinate representation of color #360669: hue angle of 269.09º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360669 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB546105-
CMYK0.490.9400.59
HSL269.09º89.19%21.76%-
HSV(B)269.09º94.29%41.18%-
XYZ4.141.9313.52-
YUV31.64169.4143.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 6 (2.73% from 255) = 3.64%
BLUE value IS 105 (41.41% from 255) = 63.64%
R=32.73%
G=3.64%
B=63.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5461050.490.9400.59269.0989.1921.76
Hex36669315E03B10d5916
Octal6661516113607341513126
Binary110110110110100111000110111100111011100001101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360669; }

 p { color: rgb(54,6,105); }

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

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

 a { background-color: rgb(54,6,105); }

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

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

 span { border-color: rgb(54,6,105); }

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