#3F1A6E

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

Shades of Christalle #3F1A6E

Tints of Christalle #3F1A6E

Color information

#3F1A6E (or 0x3F1A6E) is unknown color: approx Christalle. HEX triplet: 3F, 1A and 6E. RGB value is (63,26,110). Sum of RGB (Red+Green+Blue) = 63+26+110=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F1A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1A6E is #C0E591. Grayscale: #2E2E2E. Windows color (decimal): -12641682 or 7215679. OLE color: 7215679.

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

Color convert

RGB6326110-
CMYK0.430.7600.57
HSL266.43º61.76%26.67%-
HSV(B)266.43º76.36%43.14%-
XYZ5.232.9215.04-
YUV46.64163.76139.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.66%
GREEN value IS 26 (10.55% from 255) = 13.07%
BLUE value IS 110 (43.36% from 255) = 55.28%
R=31.66%
G=13.07%
B=55.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63261100.430.7600.57266.4361.7626.67
Hex3F1A6E2B4C03910a3e1b
Octal7732156531140714127633
Binary1111111101011011101010111001100011100110000101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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