#3D3966

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

Shades of Deep Koamaru #3D3966

Tints of Deep Koamaru #3D3966

Color information

#3D3966 (or 0x3D3966) is unknown color: approx Deep Koamaru. HEX triplet: 3D, 39 and 66. RGB value is (61,57,102). Sum of RGB (Red+Green+Blue) = 61+57+102=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D3966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3966 is #C2C699. Grayscale: #3F3F3F. Windows color (decimal): -12764826 or 6699325. OLE color: 6699325.

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

Color convert

RGB6157102-
CMYK0.400.4400.6
HSL245.33º28.3%31.18%-
HSV(B)245.33º44.12%40%-
XYZ5.794.8813.21-
YUV63.33149.83126.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.73%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=27.73%
G=25.91%
B=46.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61571020.400.4400.6245.3328.331.18
Hex3D3966282C03Cf51c1f
Octal757114650540743653437
Binary11110111100111001101010001011000111100111101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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