#3D0379

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

Shades of Indigo #3D0379

Tints of Indigo #3D0379

Color information

#3D0379 (or 0x3D0379) is unknown color: approx Indigo. HEX triplet: 3D, 03 and 79. RGB value is (61,3,121). Sum of RGB (Red+Green+Blue) = 61+3+121=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 121 (47.66% from 255 or 65.41% from 185); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D0379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0379 is #C2FC86. Grayscale: #212121. Windows color (decimal): -12778631 or 7930685. OLE color: 7930685.

HSL color Cylindrical-coordinate representation of color #3D0379: hue angle of 269.49º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0379 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB613121-
CMYK0.500.9800.53
HSL269.49º95.16%24.31%-
HSV(B)269.49º97.52%47.45%-
XYZ5.412.4418.27-
YUV33.79177.22147.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.97%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 121 (47.66% from 255) = 65.41%
R=32.97%
G=1.62%
B=65.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6131210.500.9800.53269.4995.1624.31
Hex3D379326203510d5f18
Octal7531716214206541513730
Binary11110111111100111001011000100110101100001101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,3,121); }

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

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

 a { background-color: rgb(61,3,121); }

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

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

 span { border-color: rgb(61,3,121); }

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