#2F1360

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

Shades of Christalle #2F1360

Tints of Christalle #2F1360

Color information

#2F1360 (or 0x2F1360) is unknown color: approx Christalle. HEX triplet: 2F, 13 and 60. RGB value is (47,19,96). Sum of RGB (Red+Green+Blue) = 47+19+96=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F1360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1360 is #D0EC9F. Grayscale: #232323. Windows color (decimal): -13692064 or 6296367. OLE color: 6296367.

HSL color Cylindrical-coordinate representation of color #2F1360: hue angle of 261.82º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F1360 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB471996-
CMYK0.510.8000.62
HSL261.82º66.96%22.55%-
HSV(B)261.82º80.21%37.65%-
XYZ3.521.9111.25-
YUV36.15161.78135.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.01%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 96 (37.89% from 255) = 59.26%
R=29.01%
G=11.73%
B=59.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4719960.510.8000.62261.8266.9622.55
Hex2F1360335003E1064317
Octal57231406312007640610327
Binary10111110011110000011001110100000111110100000110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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