#3719A2

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

Shades of Persian Indigo #3719A2

Tints of Persian Indigo #3719A2

Color information

#3719A2 (or 0x3719A2) is unknown color: approx Persian Indigo. HEX triplet: 37, 19 and A2. RGB value is (55,25,162). Sum of RGB (Red+Green+Blue) = 55+25+162=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 162 (63.67% from 255 or 66.94% from 242); Max value from RGB is 162 - color contains mainly: blue. Hex color #3719A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3719A2 is #C8E65D. Grayscale: #313131. Windows color (decimal): -13166174 or 10623287. OLE color: 10623287.

HSL color Cylindrical-coordinate representation of color #3719A2: hue angle of 253.14º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3719A2 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5525162-
CMYK0.660.8500.36
HSL253.14º73.26%36.67%-
HSV(B)253.14º84.57%63.53%-
XYZ8.444.1234.53-
YUV49.59191.44131.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 25 (10.16% from 255) = 10.33%
BLUE value IS 162 (63.67% from 255) = 66.94%
R=22.73%
G=10.33%
B=66.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55251620.660.8500.36253.1473.2636.67
Hex3719A24255024fd4925
Octal673124210212504437511145
Binary1101111100110100010100001010101010100100111111011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3719A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,25,162); }

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

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

 a { background-color: rgb(55,25,162); }

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

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

 span { border-color: rgb(55,25,162); }

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