#3616A0

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

Shades of Persian Indigo #3616A0

Tints of Persian Indigo #3616A0

Color information

#3616A0 (or 0x3616A0) is unknown color: approx Persian Indigo. HEX triplet: 36, 16 and A0. RGB value is (54,22,160). Sum of RGB (Red+Green+Blue) = 54+22+160=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 160 (62.89% from 255 or 67.80% from 236); Max value from RGB is 160 - color contains mainly: blue. Hex color #3616A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3616A0 is #C9E95F. Grayscale: #2E2E2E. Windows color (decimal): -13232480 or 10491446. OLE color: 10491446.

HSL color Cylindrical-coordinate representation of color #3616A0: hue angle of 253.91º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3616A0 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5422160-
CMYK0.660.8600.37
HSL253.91º75.82%35.69%-
HSV(B)253.91º86.25%62.75%-
XYZ8.153.933.58-
YUV47.3191.6132.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 160 (62.89% from 255) = 67.80%
R=22.88%
G=9.32%
B=67.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal54221600.660.8600.37253.9175.8235.69
Hex3616A04256025fe4c24
Octal662624010212604537611444
Binary1101101011010100000100001010101100100101111111101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3616A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3616A0; }

 p { color: rgb(54,22,160); }

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

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

 a { background-color: rgb(54,22,160); }

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

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

 span { border-color: rgb(54,22,160); }

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