#2F0158

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

Shades of Christalle #2F0158

Tints of Christalle #2F0158

Color information

#2F0158 (or 0x2F0158) is unknown color: approx Christalle. HEX triplet: 2F, 01 and 58. RGB value is (47,1,88). Sum of RGB (Red+Green+Blue) = 47+1+88=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 88 (34.77% from 255 or 64.71% from 136); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F0158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0158 is #D0FEA7. Grayscale: #181818. Windows color (decimal): -13696680 or 5767471. OLE color: 5767471.

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

Color convert

RGB47188-
CMYK0.470.9900.65
HSL271.72º97.75%17.45%-
HSV(B)271.72º98.86%34.51%-
XYZ2.941.339.33-
YUV24.67163.74143.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.56%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 88 (34.77% from 255) = 64.71%
R=34.56%
G=0.74%
B=64.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal471880.470.9900.65271.7297.7517.45
Hex2F1582F630411106211
Octal57113057143010142014221
Binary10111111011000101111110001101000001100010000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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