#3F146E

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

Shades of Christalle #3F146E

Tints of Christalle #3F146E

Color information

#3F146E (or 0x3F146E) is unknown color: approx Christalle. HEX triplet: 3F, 14 and 6E. RGB value is (63,20,110). Sum of RGB (Red+Green+Blue) = 63+20+110=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F146E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F146E is #C0EB91. Grayscale: #2A2A2A. Windows color (decimal): -12643218 or 7214143. OLE color: 7214143.

HSL color Cylindrical-coordinate representation of color #3F146E: hue angle of 268.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F146E is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6320110-
CMYK0.430.8200.57
HSL268.67º69.23%25.49%-
HSV(B)268.67º81.82%43.14%-
XYZ5.112.6815-
YUV43.12165.75142.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.64%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 110 (43.36% from 255) = 56.99%
R=32.64%
G=10.36%
B=56.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63201100.430.8200.57268.6769.2325.49
Hex3F146E2B5203910d4519
Octal77241565312207141510531
Binary11111110100110111010101110100100111001100001101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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