#360773

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

Shades of Persian Indigo #360773

Tints of Persian Indigo #360773

Color information

#360773 (or 0x360773) is unknown color: approx Persian Indigo. HEX triplet: 36, 07 and 73. RGB value is (54,7,115). Sum of RGB (Red+Green+Blue) = 54+7+115=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #360773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360773 is #C9F88C. Grayscale: #202020. Windows color (decimal): -13236365 or 7538486. OLE color: 7538486.

HSL color Cylindrical-coordinate representation of color #360773: hue angle of 266.11º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360773 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB547115-
CMYK0.530.9400.55
HSL266.11º88.52%23.92%-
HSV(B)266.11º93.91%45.1%-
XYZ4.692.1716.39-
YUV33.36174.07142.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.68%
GREEN value IS 7 (3.12% from 255) = 3.98%
BLUE value IS 115 (45.31% from 255) = 65.34%
R=30.68%
G=3.98%
B=65.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5471150.530.9400.55266.1188.5223.92
Hex36773355E03710a5918
Octal6671636513606741213130
Binary110110111111001111010110111100110111100001010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360773; }

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

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

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

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

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

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

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

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