#3B0690

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

Shades of Persian Indigo #3B0690

Tints of Persian Indigo #3B0690

Color information

#3B0690 (or 0x3B0690) is unknown color: approx Persian Indigo. HEX triplet: 3B, 06 and 90. RGB value is (59,6,144). Sum of RGB (Red+Green+Blue) = 59+6+144=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #3B0690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0690 is #C4F96F. Grayscale: #252525. Windows color (decimal): -12908912 or 9438779. OLE color: 9438779.

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

Color convert

RGB596144-
CMYK0.590.9600.44
HSL263.04º92%29.41%-
HSV(B)263.04º95.83%56.47%-
XYZ6.93.0726.62-
YUV37.58188.06143.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.23%
GREEN value IS 6 (2.73% from 255) = 2.87%
BLUE value IS 144 (56.64% from 255) = 68.90%
R=28.23%
G=2.87%
B=68.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5961440.590.9600.44263.049229.41
Hex3B6903B6002C1075c1d
Octal7362207314005440713435
Binary1110111101001000011101111000000101100100000111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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