#2F0760

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

Shades of Christalle #2F0760

Tints of Christalle #2F0760

Color information

#2F0760 (or 0x2F0760) is unknown color: approx Christalle. HEX triplet: 2F, 07 and 60. RGB value is (47,7,96). Sum of RGB (Red+Green+Blue) = 47+7+96=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F0760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0760 is #D0F89F. Grayscale: #1C1C1C. Windows color (decimal): -13695136 or 6293295. OLE color: 6293295.

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

Color convert

RGB47796-
CMYK0.510.9300.62
HSL266.97º86.41%20.2%-
HSV(B)266.97º92.71%37.65%-
XYZ3.361.611.2-
YUV29.11165.75140.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.33%
GREEN value IS 7 (3.12% from 255) = 4.67%
BLUE value IS 96 (37.89% from 255) = 64%
R=31.33%
G=4.67%
B=64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal477960.510.9300.62266.9786.4120.2
Hex2F760335D03E10b5614
Octal5771406313507641312624
Binary101111111110000011001110111010111110100001011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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