#3B0467

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

Shades of Indigo #3B0467

Tints of Indigo #3B0467

Color information

#3B0467 (or 0x3B0467) is unknown color: approx Indigo. HEX triplet: 3B, 04 and 67. RGB value is (59,4,103). Sum of RGB (Red+Green+Blue) = 59+4+103=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #3B0467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0467 is #C4FB98. Grayscale: #1F1F1F. Windows color (decimal): -12909465 or 6751291. OLE color: 6751291.

HSL color Cylindrical-coordinate representation of color #3B0467: hue angle of 273.33º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B0467 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB594103-
CMYK0.430.9600.60
HSL273.33º92.52%20.98%-
HSV(B)273.33º96.12%40.39%-
XYZ4.3212.99-
YUV31.73168.22147.45-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.54%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 103 (40.62% from 255) = 62.05%
R=35.54%
G=2.41%
B=62.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5941030.430.9600.60273.3392.5220.98
Hex3B4672B6003C1115d15
Octal7341475314007442113525
Binary111011100110011110101111000000111100100010001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,4,103); }

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

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

 a { background-color: rgb(59,4,103); }

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

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

 span { border-color: rgb(59,4,103); }

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