#3D026F

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

Shades of Indigo #3D026F

Tints of Indigo #3D026F

Color information

#3D026F (or 0x3D026F) is unknown color: approx Indigo. HEX triplet: 3D, 02 and 6F. RGB value is (61,2,111). Sum of RGB (Red+Green+Blue) = 61+2+111=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D026F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D026F is #C2FD90. Grayscale: #1F1F1F. Windows color (decimal): -12778897 or 7275069. OLE color: 7275069.

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

Color convert

RGB612111-
CMYK0.450.9800.56
HSL272.48º96.46%22.16%-
HSV(B)272.48º98.2%43.53%-
XYZ4.822.1815.21-
YUV32.07172.55148.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.06%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 111 (43.75% from 255) = 63.79%
R=35.06%
G=1.15%
B=63.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6121110.450.9800.56272.4896.4622.16
Hex3D26F2D620381106016
Octal7521575514207042014026
Binary11110110110111110110111000100111000100010000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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