#3B037B

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

Shades of Indigo #3B037B

Tints of Indigo #3B037B

Color information

#3B037B (or 0x3B037B) is unknown color: approx Indigo. HEX triplet: 3B, 03 and 7B. RGB value is (59,3,123). Sum of RGB (Red+Green+Blue) = 59+3+123=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 123 (48.44% from 255 or 66.49% from 185); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B037B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B037B is #C4FC84. Grayscale: #212121. Windows color (decimal): -12909701 or 8061755. OLE color: 8061755.

HSL color Cylindrical-coordinate representation of color #3B037B: hue angle of 268º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B037B is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB593123-
CMYK0.520.9800.52
HSL268º95.24%24.71%-
HSV(B)268º97.56%48.24%-
XYZ5.412.4218.92-
YUV33.42178.55146.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.89%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 123 (48.44% from 255) = 66.49%
R=31.89%
G=1.62%
B=66.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5931230.520.9800.5226895.2424.71
Hex3B37B346203410c5f19
Octal7331736414206441413731
Binary11101111111101111010011000100110100100001100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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