#360769

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

Shades of Persian Indigo #360769

Tints of Persian Indigo #360769

Color information

#360769 (or 0x360769) is unknown color: approx Persian Indigo. HEX triplet: 36, 07 and 69. RGB value is (54,7,105). Sum of RGB (Red+Green+Blue) = 54+7+105=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #360769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360769 is #C9F896. Grayscale: #1F1F1F. Windows color (decimal): -13236375 or 6883126. OLE color: 6883126.

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

Color convert

RGB547105-
CMYK0.490.9300.59
HSL268.78º87.5%21.96%-
HSV(B)268.78º93.33%41.18%-
XYZ4.151.9613.52-
YUV32.22169.07143.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 105 (41.41% from 255) = 63.25%
R=32.53%
G=4.22%
B=63.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5471050.490.9300.59268.7887.521.96
Hex36769315D03B10d5816
Octal6671516113507341513026
Binary110110111110100111000110111010111011100001101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360769; }

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

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

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

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

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

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

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

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