#35085D

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

Shades of Christalle #35085D

Tints of Christalle #35085D

Color information

#35085D (or 0x35085D) is unknown color: approx Christalle. HEX triplet: 35, 08 and 5D. RGB value is (53,8,93). Sum of RGB (Red+Green+Blue) = 53+8+93=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #35085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35085D is #CAF7A2. Grayscale: #1E1E1E. Windows color (decimal): -13301667 or 6096949. OLE color: 6096949.

HSL color Cylindrical-coordinate representation of color #35085D: hue angle of 271.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35085D is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB53893-
CMYK0.430.9100.64
HSL271.76º84.16%19.8%-
HSV(B)271.76º91.4%36.47%-
XYZ3.531.7210.5-
YUV31.14162.91143.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.42%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 93 (36.72% from 255) = 60.39%
R=34.42%
G=5.19%
B=60.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal538930.430.9100.64271.7684.1619.8
Hex3585D2B5B0401105414
Octal651013553133010042012424
Binary11010110001011101101011101101101000000100010000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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