#3615A2

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

Shades of Persian Indigo #3615A2

Tints of Persian Indigo #3615A2

Color information

#3615A2 (or 0x3615A2) is unknown color: approx Persian Indigo. HEX triplet: 36, 15 and A2. RGB value is (54,21,162). Sum of RGB (Red+Green+Blue) = 54+21+162=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 162 (63.67% from 255 or 68.35% from 237); Max value from RGB is 162 - color contains mainly: blue. Hex color #3615A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3615A2 is #C9EA5D. Grayscale: #2E2E2E. Windows color (decimal): -13232734 or 10622262. OLE color: 10622262.

HSL color Cylindrical-coordinate representation of color #3615A2: hue angle of 254.04º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3615A2 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5421162-
CMYK0.670.8700.36
HSL254.04º77.05%35.88%-
HSV(B)254.04º87.04%63.53%-
XYZ8.313.9334.5-
YUV46.94192.93133.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 21 (8.59% from 255) = 8.86%
BLUE value IS 162 (63.67% from 255) = 68.35%
R=22.78%
G=8.86%
B=68.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54211620.670.8700.36254.0477.0535.88
Hex3615A24357024fe4d24
Octal662524210312704437611544
Binary1101101010110100010100001110101110100100111111101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3615A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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