#3B0887

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

Shades of Persian Indigo #3B0887

Tints of Persian Indigo #3B0887

Color information

#3B0887 (or 0x3B0887) is unknown color: approx Persian Indigo. HEX triplet: 3B, 08 and 87. RGB value is (59,8,135). Sum of RGB (Red+Green+Blue) = 59+8+135=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 135 (53.12% from 255 or 66.83% from 202); Max value from RGB is 135 - color contains mainly: blue. Hex color #3B0887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0887 is #C4F778. Grayscale: #252525. Windows color (decimal): -12908409 or 8849467. OLE color: 8849467.

HSL color Cylindrical-coordinate representation of color #3B0887: hue angle of 264.09º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0887 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB598135-
CMYK0.560.9400.47
HSL264.09º88.81%28.04%-
HSV(B)264.09º94.07%52.94%-
XYZ6.262.8523.14-
YUV37.73182.9143.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.21%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 135 (53.12% from 255) = 66.83%
R=29.21%
G=3.96%
B=66.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5981350.560.9400.47264.0988.8128.04
Hex3B887385E02F108591c
Octal73102077013605741013134
Binary11101110001000011111100010111100101111100001000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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