#3A006D

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

Shades of Indigo #3A006D

Tints of Indigo #3A006D

Color information

#3A006D (or 0x3A006D) is unknown color: approx Indigo. HEX triplet: 3A, 00 and 6D. RGB value is (58,0,109). Sum of RGB (Red+Green+Blue) = 58+0+109=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A006D is #C5FF92. Grayscale: #1D1D1D. Windows color (decimal): -12976019 or 7143482. OLE color: 7143482.

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

Color convert

RGB580109-
CMYK0.47100.57
HSL271.93º100%21.37%-
HSV(B)271.93º100%42.75%-
XYZ4.51214.62-
YUV29.77172.72148.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 65.27%
R=34.73%
G=0%
B=65.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5801090.47100.57271.9310021.37
Hex3A06D2F640391106415
Octal7201555714407142014425
Binary1110100110110110111111001000111001100010000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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