Html Css Color HEX #351160 Christalle

📋 copy color: '#351160'

red 53 ◦ green 17 ◦ blue 96

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

Shades of Christalle #351160

Tints of Christalle #351160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.24%

 BLUE value IS 96 (37.89% from 255) = 57.83%

R = 31.93%
G = 10.24%
B = 57.83%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#351160 (or 0x351160) is known color: Christalle. HEX triplet: 35, 11 and 60. RGB value is (53,17,96). Sum of RGB (Red+Green+Blue) = 53+17+96=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #351160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351160 is #CAEE9F. Grayscale: #242424. Windows color (decimal): -13299360 or 6295861. OLE color: 6295861.

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

Color convert

RGB 53 17 96 -
CMYK 0.45 0.82 0 0.62
HSL 267.34º 0.7% 0.22% -
HSV(B) 267.34º 0.82% 0.38% -
XYZ 3.78 2 11.25 -
YUV 36.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 53 17 96 0.45 0.82 0 0.62 267.34 0.7 0.22
Hex 35 11 60 2D 52 0 3E 10B 46 16
Octal 65 21 140 55 122 0 76 413 106 26
Binary 110101 10001 1100000 101101 1010010 0 111110 100001011 1000110 10110

Color Harmonies of #351160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351160

Black with #351160

Text Example


Text Example

White with #351160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351160; }

 p { color: rgb(53,17,96); }

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

background-color css

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

 a { background-color: rgb(53,17,96); }

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

border-color css

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

 span { border-color: rgb(53,17,96); }

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