#3D055F

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

Shades of Christalle #3D055F

Tints of Christalle #3D055F

Color information

#3D055F (or 0x3D055F) is unknown color: approx Christalle. HEX triplet: 3D, 05 and 5F. RGB value is (61,5,95). Sum of RGB (Red+Green+Blue) = 61+5+95=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #3D055F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D055F is #C2FAA0. Grayscale: #1F1F1F. Windows color (decimal): -12778145 or 6227261. OLE color: 6227261.

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

Color convert

RGB61595-
CMYK0.360.9500.63
HSL277.33º90%19.61%-
HSV(B)277.33º94.74%37.25%-
XYZ4.041.9310.99-
YUV32163.55148.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.89%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 95 (37.5% from 255) = 59.01%
R=37.89%
G=3.11%
B=59.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal615950.360.9500.63277.339019.61
Hex3D55F245F03F1155a14
Octal7551374413707742513224
Binary111101101101111110010010111110111111100010101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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