#2F1863

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

Shades of Christalle #2F1863

Tints of Christalle #2F1863

Color information

#2F1863 (or 0x2F1863) is unknown color: approx Christalle. HEX triplet: 2F, 18 and 63. RGB value is (47,24,99). Sum of RGB (Red+Green+Blue) = 47+24+99=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F1863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1863 is #D0E79C. Grayscale: #272727. Windows color (decimal): -13690781 or 6494255. OLE color: 6494255.

HSL color Cylindrical-coordinate representation of color #2F1863: hue angle of 258.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F1863 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB472499-
CMYK0.530.7600.61
HSL258.4º60.98%24.12%-
HSV(B)258.4º75.76%38.82%-
XYZ3.752.1612.02-
YUV39.43161.62133.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.65%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 99 (39.06% from 255) = 58.24%
R=27.65%
G=14.12%
B=58.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4724990.530.7600.61258.460.9824.12
Hex2F1863354C03D1023d18
Octal5730143651140754027530
Binary1011111100011000111101011001100011110110000001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,24,99); }

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

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

 a { background-color: rgb(47,24,99); }

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

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

 span { border-color: rgb(47,24,99); }

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