#35025B

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

Shades of Christalle #35025B

Tints of Christalle #35025B

Color information

#35025B (or 0x35025B) is unknown color: approx Christalle. HEX triplet: 35, 02 and 5B. RGB value is (53,2,91). Sum of RGB (Red+Green+Blue) = 53+2+91=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #35025B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35025B is #CAFDA4. Grayscale: #1B1B1B. Windows color (decimal): -13303205 or 5964341. OLE color: 5964341.

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

Color convert

RGB53291-
CMYK0.420.9800.64
HSL274.38º95.7%18.24%-
HSV(B)274.38º97.8%35.69%-
XYZ3.381.5610.02-
YUV27.4163.9146.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 91 (35.94% from 255) = 62.33%
R=36.30%
G=1.37%
B=62.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal532910.420.9800.64274.3895.718.24
Hex3525B2A620401126012
Octal65213352142010042214022
Binary110101101011011101010110001001000000100010010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35025B; }

 p { color: rgb(53,2,91); }

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

<style>
 a { background-color: #35025B; }

 a { background-color: rgb(53,2,91); }

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

<style>
 span { border-color: #35025B; }

 span { border-color: rgb(53,2,91); }

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