#3B0C8D

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

Shades of Persian Indigo #3B0C8D

Tints of Persian Indigo #3B0C8D

Color information

#3B0C8D (or 0x3B0C8D) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0C and 8D. RGB value is (59,12,141). Sum of RGB (Red+Green+Blue) = 59+12+141=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B0C8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0C8D is #C4F372. Grayscale: #282828. Windows color (decimal): -12907379 or 9243707. OLE color: 9243707.

HSL color Cylindrical-coordinate representation of color #3B0C8D: hue angle of 261.86º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B0C8D is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5912141-
CMYK0.580.9100.45
HSL261.86º84.31%30%-
HSV(B)261.86º91.49%55.29%-
XYZ6.743.1225.45-
YUV40.76184.57141.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.83%
GREEN value IS 12 (5.08% from 255) = 5.66%
BLUE value IS 141 (55.47% from 255) = 66.51%
R=27.83%
G=5.66%
B=66.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59121410.580.9100.45261.8684.3130
Hex3BC8D3A5B02D106541e
Octal73142157213305540612436
Binary11101111001000110111101010110110101101100000110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,12,141); }

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

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

 a { background-color: rgb(59,12,141); }

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

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

 span { border-color: rgb(59,12,141); }

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