#3613A1

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

Shades of Persian Indigo #3613A1

Tints of Persian Indigo #3613A1

Color information

#3613A1 (or 0x3613A1) is unknown color: approx Persian Indigo. HEX triplet: 36, 13 and A1. RGB value is (54,19,161). Sum of RGB (Red+Green+Blue) = 54+19+161=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 161 (63.28% from 255 or 68.80% from 234); Max value from RGB is 161 - color contains mainly: blue. Hex color #3613A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3613A1 is #C9EC5E. Grayscale: #2D2D2D. Windows color (decimal): -13233247 or 10556214. OLE color: 10556214.

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

Color convert

RGB5419161-
CMYK0.660.8800.37
HSL254.79º78.89%35.29%-
HSV(B)254.79º88.2%63.14%-
XYZ8.193.8234.02-
YUV45.65193.1133.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 19 (7.81% from 255) = 8.12%
BLUE value IS 161 (63.28% from 255) = 68.80%
R=23.08%
G=8.12%
B=68.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal54191610.660.8800.37254.7978.8935.29
Hex3613A14258025ff4f23
Octal662324110213004537711743
Binary1101101001110100001100001010110000100101111111111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3613A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3613A1; }

 p { color: rgb(54,19,161); }

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

<style>
 a { background-color: #3613A1; }

 a { background-color: rgb(54,19,161); }

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

<style>
 span { border-color: #3613A1; }

 span { border-color: rgb(54,19,161); }

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