#3F1B70

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

Shades of Christalle #3F1B70

Tints of Christalle #3F1B70

Color information

#3F1B70 (or 0x3F1B70) is unknown color: approx Christalle. HEX triplet: 3F, 1B and 70. RGB value is (63,27,112). Sum of RGB (Red+Green+Blue) = 63+27+112=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F1B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1B70 is #C0E48F. Grayscale: #2F2F2F. Windows color (decimal): -12641424 or 7347007. OLE color: 7347007.

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

Color convert

RGB6327112-
CMYK0.440.7600.56
HSL265.41º61.15%27.25%-
HSV(B)265.41º75.89%43.92%-
XYZ5.373.0115.63-
YUV47.45164.43139.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.19%
GREEN value IS 27 (10.94% from 255) = 13.37%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=31.19%
G=13.37%
B=55.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63271120.440.7600.56265.4161.1527.25
Hex3F1B702C4C0381093d1b
Octal7733160541140704117533
Binary1111111101111100001011001001100011100010000100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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