#3B026E

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

Shades of Indigo #3B026E

Tints of Indigo #3B026E

Color information

#3B026E (or 0x3B026E) is unknown color: approx Indigo. HEX triplet: 3B, 02 and 6E. RGB value is (59,2,110). Sum of RGB (Red+Green+Blue) = 59+2+110=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B026E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B026E is #C4FD91. Grayscale: #1E1E1E. Windows color (decimal): -12909970 or 7209531. OLE color: 7209531.

HSL color Cylindrical-coordinate representation of color #3B026E: hue angle of 271.67º 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 #3B026E is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB592110-
CMYK0.460.9800.57
HSL271.67º96.43%21.96%-
HSV(B)271.67º98.18%43.14%-
XYZ4.642.114.91-
YUV31.35172.38147.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 110 (43.36% from 255) = 64.33%
R=34.50%
G=1.17%
B=64.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5921100.460.9800.57271.6796.4321.96
Hex3B26E2E620391106016
Octal7321565614207142014026
Binary11101110110111010111011000100111001100010000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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