Html Css Color HEX #351259 Christalle

📋 copy color: '#351259'

red 53 ◦ green 18 ◦ blue 89

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

Shades of Christalle #351259

Tints of Christalle #351259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.25%

 BLUE value IS 89 (35.16% from 255) = 55.63%

R = 33.13%
G = 11.25%
B = 55.63%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#351259 (or 0x351259) is known color: Christalle. HEX triplet: 35, 12 and 59. RGB value is (53,18,89). Sum of RGB (Red+Green+Blue) = 53+18+89=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #351259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351259 is #CAEDA6. Grayscale: #242424. Windows color (decimal): -13299111 or 5837365. OLE color: 5837365.

HSL color Cylindrical-coordinate representation of color #351259: hue angle of 269.58º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351259 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 18 89 -
CMYK 0.40 0.80 0 0.65
HSL 269.58º 0.66% 0.21% -
HSV(B) 269.58º 0.8% 0.35% -
XYZ 3.49 1.91 9.64 -
YUV 36.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 53 18 89 0.40 0.80 0 0.65 269.58 0.66 0.21
Hex 35 12 59 28 50 0 41 10E 42 15
Octal 65 22 131 50 120 0 101 416 102 25
Binary 110101 10010 1011001 101000 1010000 0 1000001 100001110 1000010 10101

Color Harmonies of #351259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351259

Black with #351259

Text Example


Text Example

White with #351259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351259; }

 p { color: rgb(53,18,89); }

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

background-color css

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

 a { background-color: rgb(53,18,89); }

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

border-color css

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

 span { border-color: rgb(53,18,89); }

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