#2F045D

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

Shades of Christalle #2F045D

Tints of Christalle #2F045D

Color information

#2F045D (or 0x2F045D) is unknown color: approx Christalle. HEX triplet: 2F, 04 and 5D. RGB value is (47,4,93). Sum of RGB (Red+Green+Blue) = 47+4+93=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F045D is #D0FBA2. Grayscale: #1A1A1A. Windows color (decimal): -13695907 or 6095919. OLE color: 6095919.

HSL color Cylindrical-coordinate representation of color #2F045D: hue angle of 268.99º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F045D is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB47493-
CMYK0.490.9600.64
HSL268.99º91.75%19.02%-
HSV(B)268.99º95.7%36.47%-
XYZ3.191.4810.47-
YUV27165.25142.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.64%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 93 (36.72% from 255) = 64.58%
R=32.64%
G=2.78%
B=64.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal474930.490.9600.64268.9991.7519.02
Hex2F45D316004010d5c13
Octal57413561140010041513423
Binary1011111001011101110001110000001000000100001101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,4,93); }

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

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

 a { background-color: rgb(47,4,93); }

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

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

 span { border-color: rgb(47,4,93); }

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