Html Css Color HEX #341559 Christalle

📋 copy color: '#341559'

red 52 ◦ green 21 ◦ blue 89

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

Shades of Christalle #341559

Tints of Christalle #341559

RGB

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

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

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

R = 32.1%
G = 12.96%
B = 54.94%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#341559 (or 0x341559) is known color: Christalle. HEX triplet: 34, 15 and 59. RGB value is (52,21,89). Sum of RGB (Red+Green+Blue) = 52+21+89=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #341559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341559 is #CBEAA6. Grayscale: #252525. Windows color (decimal): -13363879 or 5838132. OLE color: 5838132.

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

Color convert

RGB 52 21 89 -
CMYK 0.42 0.76 0 0.65
HSL 267.35º 0.62% 0.22% -
HSV(B) 267.35º 0.76% 0.35% -
XYZ 3.49 1.99 9.65 -
YUV 38.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 52 21 89 0.42 0.76 0 0.65 267.35 0.62 0.22
Hex 34 15 59 2A 4C 0 41 10B 3E 16
Octal 64 25 131 52 114 0 101 413 76 26
Binary 110100 10101 1011001 101010 1001100 0 1000001 100001011 111110 10110

Color Harmonies of #341559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341559

Black with #341559

Text Example


Text Example

White with #341559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341559; }

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

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

background-color css

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

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

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

border-color css

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

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

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