#3B0365

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

Shades of Indigo #3B0365

Tints of Indigo #3B0365

Color information

#3B0365 (or 0x3B0365) is unknown color: approx Indigo. HEX triplet: 3B, 03 and 65. RGB value is (59,3,101). Sum of RGB (Red+Green+Blue) = 59+3+101=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #3B0365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0365 is #C4FC9A. Grayscale: #1E1E1E. Windows color (decimal): -12909723 or 6619963. OLE color: 6619963.

HSL color Cylindrical-coordinate representation of color #3B0365: hue angle of 274.29º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B0365 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB593101-
CMYK0.420.9700.60
HSL274.29º94.23%20.39%-
HSV(B)274.29º97.03%39.61%-
XYZ4.191.9312.46-
YUV30.92167.55148.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.20%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 101 (39.84% from 255) = 61.96%
R=36.20%
G=1.84%
B=61.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5931010.420.9700.60274.2994.2320.39
Hex3B3652A6103C1125e14
Octal7331455214107442213624
Binary11101111110010110101011000010111100100010010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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