#3D0566

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

Shades of Indigo #3D0566

Tints of Indigo #3D0566

Color information

#3D0566 (or 0x3D0566) is unknown color: approx Indigo. HEX triplet: 3D, 05 and 66. RGB value is (61,5,102). Sum of RGB (Red+Green+Blue) = 61+5+102=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D0566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0566 is #C2FA99. Grayscale: #202020. Windows color (decimal): -12778138 or 6686013. OLE color: 6686013.

HSL color Cylindrical-coordinate representation of color #3D0566: hue angle of 274.64º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0566 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB615102-
CMYK0.400.9500.6
HSL274.64º90.65%20.98%-
HSV(B)274.64º95.1%40%-
XYZ4.382.0612.74-
YUV32.8167.05148.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.31%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 102 (40.23% from 255) = 60.71%
R=36.31%
G=2.98%
B=60.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6151020.400.9500.6274.6490.6520.98
Hex3D566285F03C1135b15
Octal7551465013707442313325
Binary111101101110011010100010111110111100100010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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