#3F0F61

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

Shades of Christalle #3F0F61

Tints of Christalle #3F0F61

Color information

#3F0F61 (or 0x3F0F61) is unknown color: approx Christalle. HEX triplet: 3F, 0F and 61. RGB value is (63,15,97). Sum of RGB (Red+Green+Blue) = 63+15+97=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F0F61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0F61 is #C0F09E. Grayscale: #262626. Windows color (decimal): -12644511 or 6360895. OLE color: 6360895.

HSL color Cylindrical-coordinate representation of color #3F0F61: hue angle of 275.12º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F0F61 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB631597-
CMYK0.350.8500.62
HSL275.12º73.21%21.96%-
HSV(B)275.12º84.54%38.04%-
XYZ4.382.2611.52-
YUV38.7160.9145.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36%
GREEN value IS 15 (6.25% from 255) = 8.57%
BLUE value IS 97 (38.28% from 255) = 55.43%
R=36%
G=8.57%
B=55.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6315970.350.8500.62275.1273.2121.96
Hex3FF61235503E1134916
Octal77171414312507642311126
Binary1111111111110000110001110101010111110100010011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,15,97); }

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

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

 a { background-color: rgb(63,15,97); }

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

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

 span { border-color: rgb(63,15,97); }

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