#35015D

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

Shades of Christalle #35015D

Tints of Christalle #35015D

Color information

#35015D (or 0x35015D) is unknown color: approx Christalle. HEX triplet: 35, 01 and 5D. RGB value is (53,1,93). Sum of RGB (Red+Green+Blue) = 53+1+93=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #35015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35015D is #CAFEA2. Grayscale: #1A1A1A. Windows color (decimal): -13303459 or 6095157. OLE color: 6095157.

HSL color Cylindrical-coordinate representation of color #35015D: hue angle of 273.91º 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 #35015D is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB53193-
CMYK0.430.9900.64
HSL273.91º97.87%18.43%-
HSV(B)273.91º98.92%36.47%-
XYZ3.451.5710.48-
YUV27.04165.23146.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 93 (36.72% from 255) = 63.27%
R=36.05%
G=0.68%
B=63.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal531930.430.9900.64273.9197.8718.43
Hex3515D2B630401126212
Octal65113553143010042214222
Binary11010111011101101011110001101000000100010010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35015D; }

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

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

<style>
 a { background-color: #35015D; }

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

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

<style>
 span { border-color: #35015D; }

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

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