#3F185C

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

Shades of Christalle #3F185C

Tints of Christalle #3F185C

Color information

#3F185C (or 0x3F185C) is unknown color: approx Christalle. HEX triplet: 3F, 18 and 5C. RGB value is (63,24,92). Sum of RGB (Red+Green+Blue) = 63+24+92=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #3F185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F185C is #C0E7A3. Grayscale: #2B2B2B. Windows color (decimal): -12642212 or 6035519. OLE color: 6035519.

HSL color Cylindrical-coordinate representation of color #3F185C: hue angle of 274.41º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F185C is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB632492-
CMYK0.320.7400.64
HSL274.41º58.62%22.75%-
HSV(B)274.41º73.91%36.08%-
XYZ4.312.4810.38-
YUV43.41155.42141.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.20%
GREEN value IS 24 (9.77% from 255) = 13.41%
BLUE value IS 92 (36.33% from 255) = 51.40%
R=35.20%
G=13.41%
B=51.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6324920.320.7400.64274.4158.6222.75
Hex3F185C204A0401123b17
Octal77301344011201004227327
Binary11111111000101110010000010010100100000010001001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,24,92); }

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

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

 a { background-color: rgb(63,24,92); }

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

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

 span { border-color: rgb(63,24,92); }

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