#3b066f

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

Shades of Persian Indigo #3B066F

Tints of Persian Indigo #3B066F

Color information

#3B066F (or 0x3B066F) is unknown color: approx Persian Indigo. HEX triplet: 3B, 06 and 6F. RGB value is (59,6,111). Sum of RGB (Red+Green+Blue) = 59+6+111=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 111 (43.75% from 255 or 63.07% from 176); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B066F is #C4F990. Grayscale: #212121. Windows color (decimal): -12908945 or 7276091. OLE color: 7276091.

HSL color Cylindrical-coordinate representation of color #3B066F: hue angle of 270.29º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B066F is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB596111-
CMYK0.470.9500.56
HSL270.29º89.74%22.94%-
HSV(B)270.29º94.59%43.53%-
XYZ4.742.2115.22-
YUV33.82171.56145.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.52%
GREEN value IS 6 (2.73% from 255) = 3.41%
BLUE value IS 111 (43.75% from 255) = 63.07%
R=33.52%
G=3.41%
B=63.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5961110.470.9500.56270.2989.7422.94
Hex3B66F2F5F03810e5a17
Octal7361575713707041613227
Binary111011110110111110111110111110111000100001110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b066f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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