#3D0569

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

Shades of Indigo #3D0569

Tints of Indigo #3D0569

Color information

#3D0569 (or 0x3D0569) is unknown color: approx Indigo. HEX triplet: 3D, 05 and 69. RGB value is (61,5,105). Sum of RGB (Red+Green+Blue) = 61+5+105=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #3D0569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0569 is #C2FA96. Grayscale: #202020. Windows color (decimal): -12778135 or 6882621. OLE color: 6882621.

HSL color Cylindrical-coordinate representation of color #3D0569: hue angle of 273.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0569 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB615105-
CMYK0.420.9500.59
HSL273.6º90.91%21.57%-
HSV(B)273.6º95.24%41.18%-
XYZ4.532.1213.54-
YUV33.14168.55147.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.67%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 105 (41.41% from 255) = 61.40%
R=35.67%
G=2.92%
B=61.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6151050.420.9500.59273.690.9121.57
Hex3D5692A5F03B1125b16
Octal7551515213707342213326
Binary111101101110100110101010111110111011100010010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,5,105); }

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

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

 a { background-color: rgb(61,5,105); }

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

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

 span { border-color: rgb(61,5,105); }

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