#3B1690

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

Shades of Persian Indigo #3B1690

Tints of Persian Indigo #3B1690

Color information

#3B1690 (or 0x3B1690) is unknown color: approx Persian Indigo. HEX triplet: 3B, 16 and 90. RGB value is (59,22,144). Sum of RGB (Red+Green+Blue) = 59+22+144=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #3B1690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1690 is #C4E96F. Grayscale: #2E2E2E. Windows color (decimal): -12904816 or 9442875. OLE color: 9442875.

HSL color Cylindrical-coordinate representation of color #3B1690: hue angle of 258.2º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B1690 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5922144-
CMYK0.590.8500.44
HSL258.2º73.49%32.55%-
HSV(B)258.2º84.72%56.47%-
XYZ7.123.5226.69-
YUV46.97182.76136.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 144 (56.64% from 255) = 64%
R=26.22%
G=9.78%
B=64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59221440.590.8500.44258.273.4932.55
Hex3B16903B5502C1024921
Octal73262207312505440211141
Binary1110111011010010000111011101010101011001000000101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B1690; }

 p { color: rgb(59,22,144); }

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

<style>
 a { background-color: #3B1690; }

 a { background-color: rgb(59,22,144); }

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

<style>
 span { border-color: #3B1690; }

 span { border-color: rgb(59,22,144); }

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