#35085A

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

Shades of Christalle #35085A

Tints of Christalle #35085A

Color information

#35085A (or 0x35085A) is unknown color: approx Christalle. HEX triplet: 35, 08 and 5A. RGB value is (53,8,90). Sum of RGB (Red+Green+Blue) = 53+8+90=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #35085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35085A is #CAF7A5. Grayscale: #1E1E1E. Windows color (decimal): -13301670 or 5900341. OLE color: 5900341.

HSL color Cylindrical-coordinate representation of color #35085A: hue angle of 272.93º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35085A is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB53890-
CMYK0.410.9100.65
HSL272.93º83.67%19.22%-
HSV(B)272.93º91.11%35.29%-
XYZ3.41.679.82-
YUV30.8161.41143.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 90 (35.55% from 255) = 59.60%
R=35.10%
G=5.30%
B=59.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal538900.410.9100.65272.9383.6719.22
Hex3585A295B0411115413
Octal651013251133010142112423
Binary11010110001011010101001101101101000001100010001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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