#3B0B6D

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

Shades of Persian Indigo #3B0B6D

Tints of Persian Indigo #3B0B6D

Color information

#3B0B6D (or 0x3B0B6D) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0B and 6D. RGB value is (59,11,109). Sum of RGB (Red+Green+Blue) = 59+11+109=179 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.96% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B0B6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0B6D is #C4F492. Grayscale: #242424. Windows color (decimal): -12907667 or 7146299. OLE color: 7146299.

HSL color Cylindrical-coordinate representation of color #3B0B6D: hue angle of 269.39º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B0B6D is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5911109-
CMYK0.460.9000.57
HSL269.39º81.67%23.53%-
HSV(B)269.39º89.91%42.75%-
XYZ4.682.2714.66-
YUV36.52168.9144.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.96%
GREEN value IS 11 (4.69% from 255) = 6.15%
BLUE value IS 109 (42.97% from 255) = 60.89%
R=32.96%
G=6.15%
B=60.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59111090.460.9000.57269.3981.6723.53
Hex3BB6D2E5A03910d5218
Octal73131555613207141512230
Binary1110111011110110110111010110100111001100001101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,11,109); }

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

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

 a { background-color: rgb(59,11,109); }

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

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

 span { border-color: rgb(59,11,109); }

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