#3F1B71

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

Shades of Christalle #3F1B71

Tints of Christalle #3F1B71

Color information

#3F1B71 (or 0x3F1B71) is unknown color: approx Christalle. HEX triplet: 3F, 1B and 71. RGB value is (63,27,113). Sum of RGB (Red+Green+Blue) = 63+27+113=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F1B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1B71 is #C0E48E. Grayscale: #2F2F2F. Windows color (decimal): -12641423 or 7412543. OLE color: 7412543.

HSL color Cylindrical-coordinate representation of color #3F1B71: hue angle of 265.12º 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 #3F1B71 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6327113-
CMYK0.440.7600.56
HSL265.12º61.43%27.45%-
HSV(B)265.12º76.11%44.31%-
XYZ5.423.0315.92-
YUV47.57164.93139.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.03%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=31.03%
G=13.30%
B=55.67%

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
Decimal63271130.440.7600.56265.1261.4327.45
Hex3F1B712C4C0381093d1b
Octal7733161541140704117533
Binary1111111101111100011011001001100011100010000100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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