#3618A7

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

Shades of Persian Indigo #3618A7

Tints of Persian Indigo #3618A7

Color information

#3618A7 (or 0x3618A7) is unknown color: approx Persian Indigo. HEX triplet: 36, 18 and A7. RGB value is (54,24,167). Sum of RGB (Red+Green+Blue) = 54+24+167=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 167 (65.62% from 255 or 68.16% from 245); Max value from RGB is 167 - color contains mainly: blue. Hex color #3618A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3618A7 is #C9E758. Grayscale: #303030. Windows color (decimal): -13231961 or 10950710. OLE color: 10950710.

HSL color Cylindrical-coordinate representation of color #3618A7: hue angle of 252.59º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3618A7 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5424167-
CMYK0.680.8600.35
HSL252.59º74.87%37.45%-
HSV(B)252.59º85.63%65.49%-
XYZ8.824.2336.91-
YUV49.27194.44131.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 24 (9.77% from 255) = 9.80%
BLUE value IS 167 (65.62% from 255) = 68.16%
R=22.04%
G=9.80%
B=68.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal54241670.680.8600.35252.5974.8737.45
Hex3618A74456023fd4b25
Octal663024710412604337511345
Binary1101101100010100111100010010101100100011111111011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3618A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3618A7; }

 p { color: rgb(54,24,167); }

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

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

 a { background-color: rgb(54,24,167); }

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

<style>
 span { border-color: #3618A7; }

 span { border-color: rgb(54,24,167); }

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