#2F015D

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

Shades of Christalle #2F015D

Tints of Christalle #2F015D

Color information

#2F015D (or 0x2F015D) is unknown color: approx Christalle. HEX triplet: 2F, 01 and 5D. RGB value is (47,1,93). Sum of RGB (Red+Green+Blue) = 47+1+93=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F015D is #D0FEA2. Grayscale: #181818. Windows color (decimal): -13696675 or 6095151. OLE color: 6095151.

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

Color convert

RGB47193-
CMYK0.490.9900.64
HSL270º97.87%18.43%-
HSV(B)270º98.92%36.47%-
XYZ3.161.4210.46-
YUV25.24166.24143.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 93 (36.72% from 255) = 65.96%
R=33.33%
G=0.71%
B=65.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal471930.490.9900.6427097.8718.43
Hex2F15D316304010e6212
Octal57113561143010041614222
Binary10111111011101110001110001101000000100001110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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