#3F1467

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

Shades of Christalle #3F1467

Tints of Christalle #3F1467

Color information

#3F1467 (or 0x3F1467) is unknown color: approx Christalle. HEX triplet: 3F, 14 and 67. RGB value is (63,20,103). Sum of RGB (Red+Green+Blue) = 63+20+103=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F1467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1467 is #C0EB98. Grayscale: #2A2A2A. Windows color (decimal): -12643225 or 6755391. OLE color: 6755391.

HSL color Cylindrical-coordinate representation of color #3F1467: hue angle of 271.08º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F1467 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6320103-
CMYK0.390.8100.60
HSL271.08º67.48%24.12%-
HSV(B)271.08º80.58%40.39%-
XYZ4.752.5413.07-
YUV42.32162.25142.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.87%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 103 (40.62% from 255) = 55.38%
R=33.87%
G=10.75%
B=55.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63201030.390.8100.60271.0867.4824.12
Hex3F1467275103C10f4318
Octal77241474712107441710330
Binary11111110100110011110011110100010111100100001111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,20,103); }

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

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

 a { background-color: rgb(63,20,103); }

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

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

 span { border-color: rgb(63,20,103); }

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