Html Css Color HEX #341B59 Christalle

📋 copy color: '#341B59'

red 52 ◦ green 27 ◦ blue 89

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

Shades of Christalle #341B59

Tints of Christalle #341B59

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.07%

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

R = 30.95%
G = 16.07%
B = 52.98%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#341B59 (or 0x341B59) is known color: Christalle. HEX triplet: 34, 1B and 59. RGB value is (52,27,89). Sum of RGB (Red+Green+Blue) = 52+27+89=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #341B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341B59 is #CBE4A6. Grayscale: #292929. Windows color (decimal): -13362343 or 5839668. OLE color: 5839668.

HSL color Cylindrical-coordinate representation of color #341B59: hue angle of 264.19º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #341B59 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 27 89 -
CMYK 0.42 0.70 0 0.65
HSL 264.19º 0.53% 0.23% -
HSV(B) 264.19º 0.7% 0.35% -
XYZ 3.61 2.24 9.69 -
YUV 41.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 52 27 89 0.42 0.70 0 0.65 264.19 0.53 0.23
Hex 34 1B 59 2A 46 0 41 108 35 17
Octal 64 33 131 52 106 0 101 410 65 27
Binary 110100 11011 1011001 101010 1000110 0 1000001 100001000 110101 10111

Color Harmonies of #341B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B59

Black with #341B59

Text Example


Text Example

White with #341B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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