#3A036D

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

Shades of Indigo #3A036D

Tints of Indigo #3A036D

Color information

#3A036D (or 0x3A036D) is unknown color: approx Indigo. HEX triplet: 3A, 03 and 6D. RGB value is (58,3,109). Sum of RGB (Red+Green+Blue) = 58+3+109=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A036D is #C5FC92. Grayscale: #1F1F1F. Windows color (decimal): -12975251 or 7144250. OLE color: 7144250.

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

Color convert

RGB583109-
CMYK0.470.9700.57
HSL271.13º94.64%21.96%-
HSV(B)271.13º97.25%42.75%-
XYZ4.542.0714.63-
YUV31.53171.72146.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.12%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 109 (42.97% from 255) = 64.12%
R=34.12%
G=1.76%
B=64.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5831090.470.9700.57271.1394.6421.96
Hex3A36D2F6103910f5f16
Octal7231555714107141713726
Binary11101011110110110111111000010111001100001111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,3,109); }

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

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

 a { background-color: rgb(58,3,109); }

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

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

 span { border-color: rgb(58,3,109); }

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