Html Css Color HEX #352061 Christalle

📋 copy color: '#352061'

red 53 ◦ green 32 ◦ blue 97

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

Shades of Christalle #352061

Tints of Christalle #352061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.3%

R = 29.12%
G = 17.58%
B = 53.3%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#352061 (or 0x352061) is known color: Christalle. HEX triplet: 35, 20 and 61. RGB value is (53,32,97). Sum of RGB (Red+Green+Blue) = 53+32+97=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #352061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352061 is #CADF9E. Grayscale: #2D2D2D. Windows color (decimal): -13295519 or 6365237. OLE color: 6365237.

HSL color Cylindrical-coordinate representation of color #352061: hue angle of 259.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352061 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 32 97 -
CMYK 0.45 0.67 0 0.62
HSL 259.38º 0.5% 0.25% -
HSV(B) 259.38º 0.67% 0.38% -
XYZ 4.14 2.65 11.6 -
YUV 45.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 53 32 97 0.45 0.67 0 0.62 259.38 0.5 0.25
Hex 35 20 61 2D 43 0 3E 103 32 19
Octal 65 40 141 55 103 0 76 403 62 31
Binary 110101 100000 1100001 101101 1000011 0 111110 100000011 110010 11001

Color Harmonies of #352061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352061

Black with #352061

Text Example


Text Example

White with #352061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352061; }

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

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

background-color css

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

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

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

border-color css

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

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

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