#3604A9

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

Shades of Persian Indigo #3604A9

Tints of Persian Indigo #3604A9

Color information

#3604A9 (or 0x3604A9) is unknown color: approx Persian Indigo. HEX triplet: 36, 04 and A9. RGB value is (54,4,169). Sum of RGB (Red+Green+Blue) = 54+4+169=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 169 (66.41% from 255 or 74.45% from 227); Max value from RGB is 169 - color contains mainly: blue. Hex color #3604A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3604A9 is #C9FB56. Grayscale: #252525. Windows color (decimal): -13237079 or 11076662. OLE color: 11076662.

HSL color Cylindrical-coordinate representation of color #3604A9: hue angle of 258.18º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3604A9 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB544169-
CMYK0.680.9800.34
HSL258.18º95.38%33.92%-
HSV(B)258.18º97.63%66.27%-
XYZ8.733.7437.8-
YUV37.76202.06139.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 4 (1.95% from 255) = 1.76%
BLUE value IS 169 (66.41% from 255) = 74.45%
R=23.79%
G=1.76%
B=74.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5441690.680.9800.34258.1895.3833.92
Hex364A944620221025f22
Octal66425110414204240213742
Binary110110100101010011000100110001001000101000000101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3604A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3604A9; }

 p { color: rgb(54,4,169); }

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

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

 a { background-color: rgb(54,4,169); }

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

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

 span { border-color: rgb(54,4,169); }

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