#2F1260

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

Shades of Christalle #2F1260

Tints of Christalle #2F1260

Color information

#2F1260 (or 0x2F1260) is unknown color: approx Christalle. HEX triplet: 2F, 12 and 60. RGB value is (47,18,96). Sum of RGB (Red+Green+Blue) = 47+18+96=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F1260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1260 is #D0ED9F. Grayscale: #232323. Windows color (decimal): -13692320 or 6296111. OLE color: 6296111.

HSL color Cylindrical-coordinate representation of color #2F1260: hue angle of 262.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F1260 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB471896-
CMYK0.510.8100.62
HSL262.31º68.42%22.35%-
HSV(B)262.31º81.25%37.65%-
XYZ3.51.8811.25-
YUV35.56162.11136.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.19%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 96 (37.89% from 255) = 59.63%
R=29.19%
G=11.18%
B=59.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4718960.510.8100.62262.3168.4222.35
Hex2F1260335103E1064416
Octal57221406312107640610426
Binary10111110010110000011001110100010111110100000110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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