Html Css Color HEX #340559 Christalle

📋 copy color: '#340559'

red 52 ◦ green 5 ◦ blue 89

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

Shades of Christalle #340559

Tints of Christalle #340559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

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

R = 35.62%
G = 3.42%
B = 60.96%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#340559 (or 0x340559) is known color: Christalle. HEX triplet: 34, 05 and 59. RGB value is (52,5,89). Sum of RGB (Red+Green+Blue) = 52+5+89=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #340559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340559 is #CBFAA6. Grayscale: #1C1C1C. Windows color (decimal): -13367975 or 5834036. OLE color: 5834036.

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

Color convert

RGB 52 5 89 -
CMYK 0.42 0.94 0 0.65
HSL 273.57º 0.89% 0.18% -
HSV(B) 273.57º 0.94% 0.35% -
XYZ 3.27 1.56 9.58 -
YUV 28.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 52 5 89 0.42 0.94 0 0.65 273.57 0.89 0.18
Hex 34 5 59 2A 5E 0 41 112 59 12
Octal 64 5 131 52 136 0 101 422 131 22
Binary 110100 101 1011001 101010 1011110 0 1000001 100010010 1011001 10010

Color Harmonies of #340559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340559

Black with #340559

Text Example


Text Example

White with #340559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340559; }

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

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

background-color css

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

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

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

border-color css

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

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

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