#3B0D7B

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

Shades of Persian Indigo #3B0D7B

Tints of Persian Indigo #3B0D7B

Color information

#3B0D7B (or 0x3B0D7B) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0D and 7B. RGB value is (59,13,123). Sum of RGB (Red+Green+Blue) = 59+13+123=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B0D7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0D7B is #C4F284. Grayscale: #262626. Windows color (decimal): -12907141 or 8064315. OLE color: 8064315.

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

Color convert

RGB5913123-
CMYK0.520.8900.52
HSL265.09º80.88%26.67%-
HSV(B)265.09º89.43%48.24%-
XYZ5.522.6518.96-
YUV39.29175.24142.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.26%
GREEN value IS 13 (5.47% from 255) = 6.67%
BLUE value IS 123 (48.44% from 255) = 63.08%
R=30.26%
G=6.67%
B=63.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59131230.520.8900.52265.0980.8826.67
Hex3BD7B3459034109511b
Octal73151736413106441112133
Binary1110111101111101111010010110010110100100001001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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