#35185C

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

Shades of Christalle #35185C

Tints of Christalle #35185C

Color information

#35185C (or 0x35185C) is unknown color: approx Christalle. HEX triplet: 35, 18 and 5C. RGB value is (53,24,92). Sum of RGB (Red+Green+Blue) = 53+24+92=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #35185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35185C is #CAE7A3. Grayscale: #282828. Windows color (decimal): -13297572 or 6035509. OLE color: 6035509.

HSL color Cylindrical-coordinate representation of color #35185C: hue angle of 265.59º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35185C is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB532492-
CMYK0.420.7400.64
HSL265.59º58.62%22.75%-
HSV(B)265.59º73.91%36.08%-
XYZ3.732.1810.35-
YUV40.42157.11136.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 24 (9.77% from 255) = 14.20%
BLUE value IS 92 (36.33% from 255) = 54.44%
R=31.36%
G=14.20%
B=54.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5324920.420.7400.64265.5958.6222.75
Hex35185C2A4A04010a3b17
Octal65301345211201004127327
Binary11010111000101110010101010010100100000010000101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35185C; }

 p { color: rgb(53,24,92); }

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

<style>
 a { background-color: #35185C; }

 a { background-color: rgb(53,24,92); }

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

<style>
 span { border-color: #35185C; }

 span { border-color: rgb(53,24,92); }

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