Html Css Color HEX #341259 Christalle

📋 copy color: '#341259'

red 52 ◦ green 18 ◦ blue 89

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

Shades of Christalle #341259

Tints of Christalle #341259

RGB

 RED value IS 52 (20.7% from 255) = 32.7%

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

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

R = 32.7%
G = 11.32%
B = 55.97%

CMYK

 C value IS 0.42

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#341259 (or 0x341259) is known color: Christalle. HEX triplet: 34, 12 and 59. RGB value is (52,18,89). Sum of RGB (Red+Green+Blue) = 52+18+89=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #341259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341259 is #CBEDA6. Grayscale: #242424. Windows color (decimal): -13364647 or 5837364. OLE color: 5837364.

HSL color Cylindrical-coordinate representation of color #341259: hue angle of 268.73º 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 #341259 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 18 89 -
CMYK 0.42 0.80 0 0.65
HSL 268.73º 0.66% 0.21% -
HSV(B) 268.73º 0.8% 0.35% -
XYZ 3.44 1.88 9.63 -
YUV 36.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 52 18 89 0.42 0.80 0 0.65 268.73 0.66 0.21
Hex 34 12 59 2A 50 0 41 10D 42 15
Octal 64 22 131 52 120 0 101 415 102 25
Binary 110100 10010 1011001 101010 1010000 0 1000001 100001101 1000010 10101

Color Harmonies of #341259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341259

Black with #341259

Text Example


Text Example

White with #341259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341259; }

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

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

background-color css

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

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

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

border-color css

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

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

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