Html Css Color HEX #35205C Christalle

📋 copy color: '#35205C'

red 53 ◦ green 32 ◦ blue 92

#35205C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #35205C

Tints of Christalle #35205C

RGB

 RED value IS 53 (21.09% from 255) = 29.94%

 GREEN value IS 32 (12.89% from 255) = 18.08%

 BLUE value IS 92 (36.33% from 255) = 51.98%

R = 29.94%
G = 18.08%
B = 51.98%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35205C (or 0x35205C) is known color: Christalle. HEX triplet: 35, 20 and 5C. RGB value is (53,32,92). Sum of RGB (Red+Green+Blue) = 53+32+92=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #35205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35205C is #CADFA3. Grayscale: #2C2C2C. Windows color (decimal): -13295524 or 6037557. OLE color: 6037557.

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

Color convert

RGB 53 32 92 -
CMYK 0.42 0.65 0 0.64
HSL 261º 0.48% 0.24% -
HSV(B) 261º 0.65% 0.36% -
XYZ 3.92 2.56 10.41 -
YUV 45.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 53 32 92 0.42 0.65 0 0.64 261 0.48 0.24
Hex 35 20 5C 2A 41 0 40 105 30 18
Octal 65 40 134 52 101 0 100 405 60 30
Binary 110101 100000 1011100 101010 1000001 0 1000000 100000101 110000 11000

Color Harmonies of #35205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35205C

Black with #35205C

Text Example


Text Example

White with #35205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35205C;
 }
 .AnyTagClassName
 {
   color: #35205C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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