#3A026F

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

Shades of Indigo #3A026F

Tints of Indigo #3A026F

Color information

#3A026F (or 0x3A026F) is unknown color: approx Indigo. HEX triplet: 3A, 02 and 6F. RGB value is (58,2,111). Sum of RGB (Red+Green+Blue) = 58+2+111=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A026F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A026F is #C5FD90. Grayscale: #1E1E1E. Windows color (decimal): -12975505 or 7275066. OLE color: 7275066.

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

Color convert

RGB582111-
CMYK0.480.9800.56
HSL270.83º96.46%22.16%-
HSV(B)270.83º98.2%43.53%-
XYZ4.642.0915.2-
YUV31.17173.05147.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.92%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 111 (43.75% from 255) = 64.91%
R=33.92%
G=1.17%
B=64.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5821110.480.9800.56270.8396.4622.16
Hex3A26F306203810f6016
Octal7221576014207041714026
Binary11101010110111111000011000100111000100001111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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