Html Css Color HEX #351361 Christalle

📋 copy color: '#351361'

red 53 ◦ green 19 ◦ blue 97

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

Shades of Christalle #351361

Tints of Christalle #351361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.24%

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

R = 31.36%
G = 11.24%
B = 57.4%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#351361 (or 0x351361) is known color: Christalle. HEX triplet: 35, 13 and 61. RGB value is (53,19,97). Sum of RGB (Red+Green+Blue) = 53+19+97=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #351361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351361 is #CAEC9E. Grayscale: #252525. Windows color (decimal): -13298847 or 6361909. OLE color: 6361909.

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

Color convert

RGB 53 19 97 -
CMYK 0.45 0.80 0 0.62
HSL 266.15º 0.67% 0.23% -
HSV(B) 266.15º 0.8% 0.38% -
XYZ 3.86 2.09 11.51 -
YUV 38.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 53 19 97 0.45 0.80 0 0.62 266.15 0.67 0.23
Hex 35 13 61 2D 50 0 3E 10A 43 17
Octal 65 23 141 55 120 0 76 412 103 27
Binary 110101 10011 1100001 101101 1010000 0 111110 100001010 1000011 10111

Color Harmonies of #351361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351361

Black with #351361

Text Example


Text Example

White with #351361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351361; }

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

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

background-color css

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

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

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

border-color css

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

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

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