#2F0458

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

Shades of Christalle #2F0458

Tints of Christalle #2F0458

Color information

#2F0458 (or 0x2F0458) is unknown color: approx Christalle. HEX triplet: 2F, 04 and 58. RGB value is (47,4,88). Sum of RGB (Red+Green+Blue) = 47+4+88=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F0458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0458 is #D0FBA7. Grayscale: #1A1A1A. Windows color (decimal): -13695912 or 5768239. OLE color: 5768239.

HSL color Cylindrical-coordinate representation of color #2F0458: hue angle of 270.71º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0458 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB47488-
CMYK0.470.9500.65
HSL270.71º91.3%18.04%-
HSV(B)270.71º95.45%34.51%-
XYZ2.981.49.35-
YUV26.43162.75142.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.81%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 88 (34.77% from 255) = 63.31%
R=33.81%
G=2.88%
B=63.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal474880.470.9500.65270.7191.318.04
Hex2F4582F5F04110f5b12
Octal57413057137010141713322
Binary1011111001011000101111101111101000001100001111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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