#3B087B

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

Shades of Persian Indigo #3B087B

Tints of Persian Indigo #3B087B

Color information

#3B087B (or 0x3B087B) is unknown color: approx Persian Indigo. HEX triplet: 3B, 08 and 7B. RGB value is (59,8,123). Sum of RGB (Red+Green+Blue) = 59+8+123=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 123 (48.44% from 255 or 64.74% from 190); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B087B is #C4F784. Grayscale: #232323. Windows color (decimal): -12908421 or 8063035. OLE color: 8063035.

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

Color convert

RGB598123-
CMYK0.520.9300.52
HSL266.61º87.79%25.69%-
HSV(B)266.61º93.5%48.24%-
XYZ5.472.5318.94-
YUV36.36176.9144.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.05%
GREEN value IS 8 (3.52% from 255) = 4.21%
BLUE value IS 123 (48.44% from 255) = 64.74%
R=31.05%
G=4.21%
B=64.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5981230.520.9300.52266.6187.7925.69
Hex3B87B345D03410b581a
Octal73101736413506441313032
Binary1110111000111101111010010111010110100100001011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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