#3A016E

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

Shades of Indigo #3A016E

Tints of Indigo #3A016E

Color information

#3A016E (or 0x3A016E) is unknown color: approx Indigo. HEX triplet: 3A, 01 and 6E. RGB value is (58,1,110). Sum of RGB (Red+Green+Blue) = 58+1+110=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 110 (43.36% from 255 or 65.09% from 169); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A016E is #C5FE91. Grayscale: #1E1E1E. Windows color (decimal): -12975762 or 7209274. OLE color: 7209274.

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

Color convert

RGB581110-
CMYK0.470.9900.57
HSL271.38º98.2%21.76%-
HSV(B)271.38º99.09%43.14%-
XYZ4.572.0514.91-
YUV30.47172.88147.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.32%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 110 (43.36% from 255) = 65.09%
R=34.32%
G=0.59%
B=65.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5811100.470.9900.57271.3898.221.76
Hex3A16E2F6303910f6216
Octal7211565714307141714226
Binary1110101110111010111111000110111001100001111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,1,110); }

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

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

 a { background-color: rgb(58,1,110); }

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

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

 span { border-color: rgb(58,1,110); }

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