#3D1F70

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

Shades of Christalle #3D1F70

Tints of Christalle #3D1F70

Color information

#3D1F70 (or 0x3D1F70) is unknown color: approx Christalle. HEX triplet: 3D, 1F and 70. RGB value is (61,31,112). Sum of RGB (Red+Green+Blue) = 61+31+112=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D1F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1F70 is #C2E08F. Grayscale: #303030. Windows color (decimal): -12771472 or 7348029. OLE color: 7348029.

HSL color Cylindrical-coordinate representation of color #3D1F70: hue angle of 262.22º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D1F70 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6131112-
CMYK0.460.7200.56
HSL262.22º56.64%28.04%-
HSV(B)262.22º72.32%43.92%-
XYZ5.343.1415.65-
YUV49.2163.44136.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.90%
GREEN value IS 31 (12.5% from 255) = 15.20%
BLUE value IS 112 (44.14% from 255) = 54.90%
R=29.90%
G=15.20%
B=54.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61311120.460.7200.56262.2256.6428.04
Hex3D1F702E48038106391c
Octal7537160561100704067134
Binary1111011111111100001011101001000011100010000011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,31,112); }

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

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

 a { background-color: rgb(61,31,112); }

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

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

 span { border-color: rgb(61,31,112); }

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