#2F1960

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

Shades of Christalle #2F1960

Tints of Christalle #2F1960

Color information

#2F1960 (or 0x2F1960) is unknown color: approx Christalle. HEX triplet: 2F, 19 and 60. RGB value is (47,25,96). Sum of RGB (Red+Green+Blue) = 47+25+96=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F1960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1960 is #D0E69F. Grayscale: #272727. Windows color (decimal): -13690528 or 6297903. OLE color: 6297903.

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

Color convert

RGB472596-
CMYK0.510.7400.62
HSL258.59º58.68%23.73%-
HSV(B)258.59º73.96%37.65%-
XYZ3.632.1411.29-
YUV39.67159.79133.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.98%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 96 (37.89% from 255) = 57.14%
R=27.98%
G=14.88%
B=57.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4725960.510.7400.62258.5958.6823.73
Hex2F1960334A03E1033b18
Octal5731140631120764037330
Binary1011111100111000001100111001010011111010000001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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