#3D046C

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

Shades of Indigo #3D046C

Tints of Indigo #3D046C

Color information

#3D046C (or 0x3D046C) is unknown color: approx Indigo. HEX triplet: 3D, 04 and 6C. RGB value is (61,4,108). Sum of RGB (Red+Green+Blue) = 61+4+108=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D046C is #C2FB93. Grayscale: #202020. Windows color (decimal): -12778388 or 7078973. OLE color: 7078973.

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

Color convert

RGB614108-
CMYK0.440.9600.58
HSL272.88º92.86%21.96%-
HSV(B)272.88º96.3%42.35%-
XYZ4.672.1614.36-
YUV32.9170.38148.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.26%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 108 (42.58% from 255) = 62.43%
R=35.26%
G=2.31%
B=62.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6141080.440.9600.58272.8892.8621.96
Hex3D46C2C6003A1115d16
Octal7541545414007242113526
Binary111101100110110010110011000000111010100010001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,4,108); }

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

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

 a { background-color: rgb(61,4,108); }

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

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

 span { border-color: rgb(61,4,108); }

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