#36076A

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

Shades of Persian Indigo #36076A

Tints of Persian Indigo #36076A

Color information

#36076A (or 0x36076A) is unknown color: approx Persian Indigo. HEX triplet: 36, 07 and 6A. RGB value is (54,7,106). Sum of RGB (Red+Green+Blue) = 54+7+106=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #36076A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36076A is #C9F895. Grayscale: #1F1F1F. Windows color (decimal): -13236374 or 6948662. OLE color: 6948662.

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

Color convert

RGB547106-
CMYK0.490.9300.58
HSL268.48º87.61%22.16%-
HSV(B)268.48º93.4%41.57%-
XYZ4.21.9813.8-
YUV32.34169.57143.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 7 (3.12% from 255) = 4.19%
BLUE value IS 106 (41.80% from 255) = 63.47%
R=32.34%
G=4.19%
B=63.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5471060.490.9300.58268.4887.6122.16
Hex3676A315D03A10c5816
Octal6671526113507241413026
Binary110110111110101011000110111010111010100001100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36076A; }

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

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

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

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

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

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

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

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