#2F1059

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

Shades of Christalle #2F1059

Tints of Christalle #2F1059

Color information

#2F1059 (or 0x2F1059) is unknown color: approx Christalle. HEX triplet: 2F, 10 and 59. RGB value is (47,16,89). Sum of RGB (Red+Green+Blue) = 47+16+89=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F1059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1059 is #D0EFA6. Grayscale: #212121. Windows color (decimal): -13692839 or 5836847. OLE color: 5836847.

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

Color convert

RGB471689-
CMYK0.470.8200.65
HSL265.48º69.52%20.59%-
HSV(B)265.48º82.02%34.9%-
XYZ3.161.79.61-
YUV33.59159.27137.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.92%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 89 (35.16% from 255) = 58.55%
R=30.92%
G=10.53%
B=58.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4716890.470.8200.65265.4869.5220.59
Hex2F10592F520411094615
Octal572013157122010141110625
Binary101111100001011001101111101001001000001100001001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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