#3B037A

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

Shades of Indigo #3B037A

Tints of Indigo #3B037A

Color information

#3B037A (or 0x3B037A) is unknown color: approx Indigo. HEX triplet: 3B, 03 and 7A. RGB value is (59,3,122). Sum of RGB (Red+Green+Blue) = 59+3+122=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 122 (48.05% from 255 or 66.30% from 184); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B037A is #C4FC85. Grayscale: #202020. Windows color (decimal): -12909702 or 7996219. OLE color: 7996219.

HSL color Cylindrical-coordinate representation of color #3B037A: hue angle of 268.24º 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 #3B037A is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB593122-
CMYK0.520.9800.52
HSL268.24º95.2%24.51%-
HSV(B)268.24º97.54%47.84%-
XYZ5.352.418.59-
YUV33.31178.05146.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.07%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 122 (48.05% from 255) = 66.30%
R=32.07%
G=1.63%
B=66.30%

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
Decimal5931220.520.9800.52268.2495.224.51
Hex3B37A346203410c5f19
Octal7331726414206441413731
Binary11101111111101011010011000100110100100001100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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