Html Css Color HEX #351661 Christalle

📋 copy color: '#351661'

red 53 ◦ green 22 ◦ blue 97

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

Shades of Christalle #351661

Tints of Christalle #351661

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

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

R = 30.81%
G = 12.79%
B = 56.4%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#351661 (or 0x351661) is known color: Christalle. HEX triplet: 35, 16 and 61. RGB value is (53,22,97). Sum of RGB (Red+Green+Blue) = 53+22+97=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #351661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351661 is #CAE99E. Grayscale: #272727. Windows color (decimal): -13298079 or 6362677. OLE color: 6362677.

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

Color convert

RGB 53 22 97 -
CMYK 0.45 0.77 0 0.62
HSL 264.8º 0.63% 0.23% -
HSV(B) 264.8º 0.77% 0.38% -
XYZ 3.91 2.19 11.53 -
YUV 39.82 160.27 137.4 -
System Red Green Blue C M Y K H S L
Decimal 53 22 97 0.45 0.77 0 0.62 264.8 0.63 0.23
Hex 35 16 61 2D 4D 0 3E 109 3F 17
Octal 65 26 141 55 115 0 76 411 77 27
Binary 110101 10110 1100001 101101 1001101 0 111110 100001001 111111 10111

Color Harmonies of #351661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351661

Black with #351661

Text Example


Text Example

White with #351661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351661; }

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

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

background-color css

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

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

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

border-color css

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

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

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