#3615A0

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

Shades of Persian Indigo #3615A0

Tints of Persian Indigo #3615A0

Color information

#3615A0 (or 0x3615A0) is unknown color: approx Persian Indigo. HEX triplet: 36, 15 and A0. RGB value is (54,21,160). Sum of RGB (Red+Green+Blue) = 54+21+160=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 160 (62.89% from 255 or 68.09% from 235); Max value from RGB is 160 - color contains mainly: blue. Hex color #3615A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3615A0 is #C9EA5F. Grayscale: #2E2E2E. Windows color (decimal): -13232736 or 10491190. OLE color: 10491190.

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

Color convert

RGB5421160-
CMYK0.660.8700.37
HSL254.24º76.8%35.49%-
HSV(B)254.24º86.87%62.75%-
XYZ8.133.8633.57-
YUV46.71191.93133.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 21 (8.59% from 255) = 8.94%
BLUE value IS 160 (62.89% from 255) = 68.09%
R=22.98%
G=8.94%
B=68.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal54211600.660.8700.37254.2476.835.49
Hex3615A04257025fe4d23
Octal662524010212704537611543
Binary1101101010110100000100001010101110100101111111101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3615A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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