#35105C

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

Shades of Christalle #35105C

Tints of Christalle #35105C

Color information

#35105C (or 0x35105C) is unknown color: approx Christalle. HEX triplet: 35, 10 and 5C. RGB value is (53,16,92). Sum of RGB (Red+Green+Blue) = 53+16+92=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #35105C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35105C is #CAEFA3. Grayscale: #232323. Windows color (decimal): -13299620 or 6033461. OLE color: 6033461.

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

Color convert

RGB531692-
CMYK0.420.8300.64
HSL269.21º70.37%21.18%-
HSV(B)269.21º82.61%36.08%-
XYZ3.591.910.3-
YUV35.73159.76140.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 92 (36.33% from 255) = 57.14%
R=32.92%
G=9.94%
B=57.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5316920.420.8300.64269.2170.3721.18
Hex35105C2A5304010d4615
Octal652013452123010041510625
Binary110101100001011100101010101001101000000100001101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35105C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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