#3A026E

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

Shades of Indigo #3A026E

Tints of Indigo #3A026E

Color information

#3A026E (or 0x3A026E) is unknown color: approx Indigo. HEX triplet: 3A, 02 and 6E. RGB value is (58,2,110). Sum of RGB (Red+Green+Blue) = 58+2+110=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 110 (43.36% from 255 or 64.71% from 170); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A026E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A026E is #C5FD91. Grayscale: #1E1E1E. Windows color (decimal): -12975506 or 7209530. OLE color: 7209530.

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

Color convert

RGB582110-
CMYK0.470.9800.57
HSL271.11º96.43%21.96%-
HSV(B)271.11º98.18%43.14%-
XYZ4.582.0714.91-
YUV31.06172.55147.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.12%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 110 (43.36% from 255) = 64.71%
R=34.12%
G=1.18%
B=64.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5821100.470.9800.57271.1196.4321.96
Hex3A26E2F6203910f6016
Octal7221565714207141714026
Binary11101010110111010111111000100111001100001111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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