#3704A1

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

Shades of Persian Indigo #3704A1

Tints of Persian Indigo #3704A1

Color information

#3704A1 (or 0x3704A1) is unknown color: approx Persian Indigo. HEX triplet: 37, 04 and A1. RGB value is (55,4,161). Sum of RGB (Red+Green+Blue) = 55+4+161=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 161 (63.28% from 255 or 73.18% from 220); Max value from RGB is 161 - color contains mainly: blue. Hex color #3704A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3704A1 is #C8FB5E. Grayscale: #242424. Windows color (decimal): -13171551 or 10552375. OLE color: 10552375.

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

Color convert

RGB554161-
CMYK0.660.9800.37
HSL259.49º95.15%32.35%-
HSV(B)259.49º97.52%63.14%-
XYZ8.053.4733.96-
YUV37.15197.9140.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 4 (1.95% from 255) = 1.82%
BLUE value IS 161 (63.28% from 255) = 73.18%
R=25%
G=1.82%
B=73.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5541610.660.9800.37259.4995.1532.35
Hex374A142620251035f20
Octal67424110214204540313740
Binary110111100101000011000010110001001001011000000111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3704A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,4,161); }

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

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

 a { background-color: rgb(55,4,161); }

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

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

 span { border-color: rgb(55,4,161); }

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