#3B036F

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

Shades of Indigo #3B036F

Tints of Indigo #3B036F

Color information

#3B036F (or 0x3B036F) is unknown color: approx Indigo. HEX triplet: 3B, 03 and 6F. RGB value is (59,3,111). Sum of RGB (Red+Green+Blue) = 59+3+111=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B036F is #C4FC90. Grayscale: #1F1F1F. Windows color (decimal): -12909713 or 7275323. OLE color: 7275323.

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

Color convert

RGB593111-
CMYK0.470.9700.56
HSL271.11º94.74%22.35%-
HSV(B)271.11º97.3%43.53%-
XYZ4.712.1415.2-
YUV32.06172.55147.22-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.10%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 111 (43.75% from 255) = 64.16%
R=34.10%
G=1.73%
B=64.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5931110.470.9700.56271.1194.7422.35
Hex3B36F2F6103810f5f16
Octal7331575714107041713726
Binary11101111110111110111111000010111000100001111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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