Html Css Color HEX #35205D Christalle

📋 copy color: '#35205D'

red 53 ◦ green 32 ◦ blue 93

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

Shades of Christalle #35205D

Tints of Christalle #35205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 52.25%

R = 29.78%
G = 17.98%
B = 52.25%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35205D (or 0x35205D) is known color: Christalle. HEX triplet: 35, 20 and 5D. RGB value is (53,32,93). Sum of RGB (Red+Green+Blue) = 53+32+93=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #35205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35205D is #CADFA2. Grayscale: #2D2D2D. Windows color (decimal): -13295523 or 6103093. OLE color: 6103093.

HSL color Cylindrical-coordinate representation of color #35205D: hue angle of 260.66º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35205D is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 32 93 -
CMYK 0.43 0.66 0 0.64
HSL 260.66º 0.49% 0.25% -
HSV(B) 260.66º 0.66% 0.36% -
XYZ 3.96 2.58 10.65 -
YUV 45.23 154.96 133.54 -
System Red Green Blue C M Y K H S L
Decimal 53 32 93 0.43 0.66 0 0.64 260.66 0.49 0.25
Hex 35 20 5D 2B 42 0 40 105 31 19
Octal 65 40 135 53 102 0 100 405 61 31
Binary 110101 100000 1011101 101011 1000010 0 1000000 100000101 110001 11001

Color Harmonies of #35205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35205D

Black with #35205D

Text Example


Text Example

White with #35205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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