#3F1D70

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

Shades of Christalle #3F1D70

Tints of Christalle #3F1D70

Color information

#3F1D70 (or 0x3F1D70) is unknown color: approx Christalle. HEX triplet: 3F, 1D and 70. RGB value is (63,29,112). Sum of RGB (Red+Green+Blue) = 63+29+112=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 29 (11.72% from 255 or 14.22% 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 #3F1D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1D70 is #C0E28F. Grayscale: #303030. Windows color (decimal): -12640912 or 7347519. OLE color: 7347519.

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

Color convert

RGB6329112-
CMYK0.440.7400.56
HSL264.58º58.87%27.65%-
HSV(B)264.58º74.11%43.92%-
XYZ5.413.1115.64-
YUV48.63163.76138.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.88%
GREEN value IS 29 (11.72% from 255) = 14.22%
BLUE value IS 112 (44.14% from 255) = 54.90%
R=30.88%
G=14.22%
B=54.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63291120.440.7400.56264.5858.8727.65
Hex3F1D702C4A0381093b1c
Octal7735160541120704117334
Binary1111111110111100001011001001010011100010000100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,29,112); }

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

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

 a { background-color: rgb(63,29,112); }

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

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

 span { border-color: rgb(63,29,112); }

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