#3F0B61

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

Shades of Christalle #3F0B61

Tints of Christalle #3F0B61

Color information

#3F0B61 (or 0x3F0B61) is unknown color: approx Christalle. HEX triplet: 3F, 0B and 61. RGB value is (63,11,97). Sum of RGB (Red+Green+Blue) = 63+11+97=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F0B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0B61 is #C0F49E. Grayscale: #242424. Windows color (decimal): -12645535 or 6359871. OLE color: 6359871.

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

Color convert

RGB631197-
CMYK0.350.8900.62
HSL276.28º79.63%21.18%-
HSV(B)276.28º88.66%38.04%-
XYZ4.332.1611.5-
YUV36.35162.23147.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.84%
GREEN value IS 11 (4.69% from 255) = 6.43%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=36.84%
G=6.43%
B=56.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6311970.350.8900.62276.2879.6321.18
Hex3FB61235903E1145015
Octal77131414313107642412025
Binary1111111011110000110001110110010111110100010100101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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