#2F1259

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

Shades of Christalle #2F1259

Tints of Christalle #2F1259

Color information

#2F1259 (or 0x2F1259) is unknown color: approx Christalle. HEX triplet: 2F, 12 and 59. RGB value is (47,18,89). Sum of RGB (Red+Green+Blue) = 47+18+89=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F1259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1259 is #D0EDA6. Grayscale: #222222. Windows color (decimal): -13692327 or 5837359. OLE color: 5837359.

HSL color Cylindrical-coordinate representation of color #2F1259: hue angle of 264.51º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F1259 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB471889-
CMYK0.470.8000.65
HSL264.51º66.36%20.98%-
HSV(B)264.51º79.78%34.9%-
XYZ3.191.769.62-
YUV34.76158.61136.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.52%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=30.52%
G=11.69%
B=57.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4718890.470.8000.65264.5166.3620.98
Hex2F12592F500411094215
Octal572213157120010141110225
Binary101111100101011001101111101000001000001100001001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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