#3A006B

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

Shades of Indigo #3A006B

Tints of Indigo #3A006B

Color information

#3A006B (or 0x3A006B) is unknown color: approx Indigo. HEX triplet: 3A, 00 and 6B. RGB value is (58,0,107). Sum of RGB (Red+Green+Blue) = 58+0+107=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #3A006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A006B is #C5FF94. Grayscale: #1D1D1D. Windows color (decimal): -12976021 or 7012410. OLE color: 7012410.

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

Color convert

RGB580107-
CMYK0.46100.58
HSL272.52º100%20.98%-
HSV(B)272.52º100%41.96%-
XYZ4.41.9614.06-
YUV29.54171.72148.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 64.85%
R=35.15%
G=0%
B=64.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5801070.46100.58272.5210020.98
Hex3A06B2E6403A1116415
Octal7201535614407242114425
Binary1110100110101110111011001000111010100010001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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