Html Css Color HEX #341359 Christalle

📋 copy color: '#341359'

red 52 ◦ green 19 ◦ blue 89

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

Shades of Christalle #341359

Tints of Christalle #341359

RGB

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

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

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

R = 32.5%
G = 11.88%
B = 55.63%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#341359 (or 0x341359) is known color: Christalle. HEX triplet: 34, 13 and 59. RGB value is (52,19,89). Sum of RGB (Red+Green+Blue) = 52+19+89=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 19 (7.81% from 255 or 11.88% 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 #341359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341359 is #CBECA6. Grayscale: #242424. Windows color (decimal): -13364391 or 5837620. OLE color: 5837620.

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

Color convert

RGB 52 19 89 -
CMYK 0.42 0.79 0 0.65
HSL 268.29º 0.65% 0.21% -
HSV(B) 268.29º 0.79% 0.35% -
XYZ 3.45 1.92 9.64 -
YUV 36.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 52 19 89 0.42 0.79 0 0.65 268.29 0.65 0.21
Hex 34 13 59 2A 4F 0 41 10C 41 15
Octal 64 23 131 52 117 0 101 414 101 25
Binary 110100 10011 1011001 101010 1001111 0 1000001 100001100 1000001 10101

Color Harmonies of #341359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341359

Black with #341359

Text Example


Text Example

White with #341359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341359; }

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

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

background-color css

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

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

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

border-color css

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

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

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