Html Css Color HEX #35205A Christalle

📋 copy color: '#35205A'

red 53 ◦ green 32 ◦ blue 90

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

Shades of Christalle #35205A

Tints of Christalle #35205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 51.43%

R = 30.29%
G = 18.29%
B = 51.43%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35205A (or 0x35205A) is known color: Christalle. HEX triplet: 35, 20 and 5A. RGB value is (53,32,90). Sum of RGB (Red+Green+Blue) = 53+32+90=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #35205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35205A is #CADFA5. Grayscale: #2C2C2C. Windows color (decimal): -13295526 or 5906485. OLE color: 5906485.

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

Color convert

RGB 53 32 90 -
CMYK 0.41 0.64 0 0.65
HSL 261.72º 0.48% 0.24% -
HSV(B) 261.72º 0.64% 0.35% -
XYZ 3.83 2.53 9.96 -
YUV 44.89 153.46 133.78 -
System Red Green Blue C M Y K H S L
Decimal 53 32 90 0.41 0.64 0 0.65 261.72 0.48 0.24
Hex 35 20 5A 29 40 0 41 106 30 18
Octal 65 40 132 51 100 0 101 406 60 30
Binary 110101 100000 1011010 101001 1000000 0 1000001 100000110 110000 11000

Color Harmonies of #35205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35205A

Black with #35205A

Text Example


Text Example

White with #35205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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