#36097a

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

Shades of Persian Indigo #36097A

Tints of Persian Indigo #36097A

Color information

#36097A (or 0x36097A) is unknown color: approx Persian Indigo. HEX triplet: 36, 09 and 7A. RGB value is (54,9,122). Sum of RGB (Red+Green+Blue) = 54+9+122=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #36097A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36097A is #C9F685. Grayscale: #222222. Windows color (decimal): -13235846 or 7997750. OLE color: 7997750.

HSL color Cylindrical-coordinate representation of color #36097A: hue angle of 263.89º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36097A is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB549122-
CMYK0.560.9300.52
HSL263.89º86.26%25.69%-
HSV(B)263.89º92.62%47.84%-
XYZ5.132.3818.6-
YUV35.34176.91141.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 122 (48.05% from 255) = 65.95%
R=29.19%
G=4.86%
B=65.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5491220.560.9300.52263.8986.2625.69
Hex3697A385D034108561a
Octal66111727013506441012632
Binary1101101001111101011100010111010110100100001000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36097a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36097a; }

 p { color: rgb(54,9,122); }

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

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

 a { background-color: rgb(54,9,122); }

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

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

 span { border-color: rgb(54,9,122); }

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