#2F0159

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

Shades of Christalle #2F0159

Tints of Christalle #2F0159

Color information

#2F0159 (or 0x2F0159) is unknown color: approx Christalle. HEX triplet: 2F, 01 and 59. RGB value is (47,1,89). Sum of RGB (Red+Green+Blue) = 47+1+89=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F0159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0159 is #D0FEA6. Grayscale: #181818. Windows color (decimal): -13696679 or 5833007. OLE color: 5833007.

HSL color Cylindrical-coordinate representation of color #2F0159: hue angle of 271.36º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F0159 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB47189-
CMYK0.470.9900.65
HSL271.36º97.78%17.65%-
HSV(B)271.36º98.88%34.9%-
XYZ2.991.359.55-
YUV24.79164.24143.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.31%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 89 (35.16% from 255) = 64.96%
R=34.31%
G=0.73%
B=64.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal471890.470.9900.65271.3697.7817.65
Hex2F1592F6304110f6212
Octal57113157143010141714222
Binary10111111011001101111110001101000001100001111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F0159; }

 p { color: rgb(47,1,89); }

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

<style>
 a { background-color: #2F0159; }

 a { background-color: rgb(47,1,89); }

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

<style>
 span { border-color: #2F0159; }

 span { border-color: rgb(47,1,89); }

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