Html Css Color HEX #351061 Christalle

📋 copy color: '#351061'

red 53 ◦ green 16 ◦ blue 97

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

Shades of Christalle #351061

Tints of Christalle #351061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

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

R = 31.93%
G = 9.64%
B = 58.43%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#351061 (or 0x351061) is known color: Christalle. HEX triplet: 35, 10 and 61. RGB value is (53,16,97). Sum of RGB (Red+Green+Blue) = 53+16+97=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #351061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351061 is #CAEF9E. Grayscale: #242424. Windows color (decimal): -13299615 or 6361141. OLE color: 6361141.

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

Color convert

RGB 53 16 97 -
CMYK 0.45 0.84 0 0.62
HSL 267.41º 0.72% 0.22% -
HSV(B) 267.41º 0.84% 0.38% -
XYZ 3.81 1.99 11.49 -
YUV 36.3 162.26 139.91 -
System Red Green Blue C M Y K H S L
Decimal 53 16 97 0.45 0.84 0 0.62 267.41 0.72 0.22
Hex 35 10 61 2D 54 0 3E 10B 48 16
Octal 65 20 141 55 124 0 76 413 110 26
Binary 110101 10000 1100001 101101 1010100 0 111110 100001011 1001000 10110

Color Harmonies of #351061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351061

Black with #351061

Text Example


Text Example

White with #351061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351061; }

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

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

background-color css

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

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

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

border-color css

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

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

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