#3B087C

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

Shades of Persian Indigo #3B087C

Tints of Persian Indigo #3B087C

Color information

#3B087C (or 0x3B087C) is unknown color: approx Persian Indigo. HEX triplet: 3B, 08 and 7C. RGB value is (59,8,124). Sum of RGB (Red+Green+Blue) = 59+8+124=191 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.89% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B087C is #C4F783. Grayscale: #242424. Windows color (decimal): -12908420 or 8128571. OLE color: 8128571.

HSL color Cylindrical-coordinate representation of color #3B087C: hue angle of 266.38º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B087C is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB598124-
CMYK0.520.9400.51
HSL266.38º87.88%25.88%-
HSV(B)266.38º93.55%48.63%-
XYZ5.532.5619.27-
YUV36.47177.4144.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.89%
GREEN value IS 8 (3.52% from 255) = 4.19%
BLUE value IS 124 (48.83% from 255) = 64.92%
R=30.89%
G=4.19%
B=64.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5981240.520.9400.51266.3887.8825.88
Hex3B87C345E03310a581a
Octal73101746413606341213032
Binary1110111000111110011010010111100110011100001010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B087C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,8,124); }

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

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

 a { background-color: rgb(59,8,124); }

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

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

 span { border-color: rgb(59,8,124); }

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