Html Css Color HEX #351568 Christalle

📋 copy color: '#351568'

red 53 ◦ green 21 ◦ blue 104

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

Shades of Christalle #351568

Tints of Christalle #351568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.8%

 BLUE value IS 104 (41.02% from 255) = 58.43%

R = 29.78%
G = 11.8%
B = 58.43%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#351568 (or 0x351568) is known color: Christalle. HEX triplet: 35, 15 and 68. RGB value is (53,21,104). Sum of RGB (Red+Green+Blue) = 53+21+104=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #351568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351568 is #CAEA97. Grayscale: #272727. Windows color (decimal): -13298328 or 6821173. OLE color: 6821173.

HSL color Cylindrical-coordinate representation of color #351568: hue angle of 263.13º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351568 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 21 104 -
CMYK 0.49 0.80 0 0.59
HSL 263.13º 0.66% 0.25% -
HSV(B) 263.13º 0.8% 0.41% -
XYZ 4.24 2.29 13.32 -
YUV 40.03 164.1 137.25 -
System Red Green Blue C M Y K H S L
Decimal 53 21 104 0.49 0.80 0 0.59 263.13 0.66 0.25
Hex 35 15 68 31 50 0 3B 107 42 19
Octal 65 25 150 61 120 0 73 407 102 31
Binary 110101 10101 1101000 110001 1010000 0 111011 100000111 1000010 11001

Color Harmonies of #351568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351568

Black with #351568

Text Example


Text Example

White with #351568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351568; }

 p { color: rgb(53,21,104); }

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

background-color css

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

 a { background-color: rgb(53,21,104); }

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

border-color css

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

 span { border-color: rgb(53,21,104); }

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