#3d0a5f

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

Shades of Christalle #3D0A5F

Tints of Christalle #3D0A5F

Color information

#3D0A5F (or 0x3D0A5F) is unknown color: approx Christalle. HEX triplet: 3D, 0A and 5F. RGB value is (61,10,95). Sum of RGB (Red+Green+Blue) = 61+10+95=166 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.75% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #3D0A5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0A5F is #C2F5A0. Grayscale: #222222. Windows color (decimal): -12776865 or 6228541. OLE color: 6228541.

HSL color Cylindrical-coordinate representation of color #3D0A5F: hue angle of 276º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D0A5F is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB611095-
CMYK0.360.8900.63
HSL276º80.95%20.59%-
HSV(B)276º89.47%37.25%-
XYZ4.12.0411-
YUV34.94161.9146.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.75%
GREEN value IS 10 (4.30% from 255) = 6.02%
BLUE value IS 95 (37.5% from 255) = 57.23%
R=36.75%
G=6.02%
B=57.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6110950.360.8900.6327680.9520.59
Hex3DA5F245903F1145115
Octal75121374413107742412125
Binary1111011010101111110010010110010111111100010100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d0a5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,10,95); }

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

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

 a { background-color: rgb(61,10,95); }

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

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

 span { border-color: rgb(61,10,95); }

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