#3B0679

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

Shades of Persian Indigo #3B0679

Tints of Persian Indigo #3B0679

Color information

#3B0679 (or 0x3B0679) is unknown color: approx Persian Indigo. HEX triplet: 3B, 06 and 79. RGB value is (59,6,121). Sum of RGB (Red+Green+Blue) = 59+6+121=186 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.72% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 121 (47.66% from 255 or 65.05% from 186); Max value from RGB is 121 - color contains mainly: blue. Hex color #3B0679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0679 is #C4F986. Grayscale: #222222. Windows color (decimal): -12908935 or 7931451. OLE color: 7931451.

HSL color Cylindrical-coordinate representation of color #3B0679: hue angle of 267.65º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0679 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB596121-
CMYK0.510.9500.53
HSL267.65º90.55%24.9%-
HSV(B)267.65º95.04%47.45%-
XYZ5.322.4418.28-
YUV34.96176.56145.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.72%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 121 (47.66% from 255) = 65.05%
R=31.72%
G=3.23%
B=65.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5961210.510.9500.53267.6590.5524.9
Hex3B679335F03510c5b19
Octal7361716313706541413331
Binary111011110111100111001110111110110101100001100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,6,121); }

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

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

 a { background-color: rgb(59,6,121); }

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

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

 span { border-color: rgb(59,6,121); }

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