Html Css Color HEX #341565 Christalle

📋 copy color: '#341565'

red 52 ◦ green 21 ◦ blue 101

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

Shades of Christalle #341565

Tints of Christalle #341565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 58.05%

R = 29.89%
G = 12.07%
B = 58.05%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#341565 (or 0x341565) is known color: Christalle. HEX triplet: 34, 15 and 65. RGB value is (52,21,101). Sum of RGB (Red+Green+Blue) = 52+21+101=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #341565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341565 is #CBEA9A. Grayscale: #272727. Windows color (decimal): -13363867 or 6624564. OLE color: 6624564.

HSL color Cylindrical-coordinate representation of color #341565: hue angle of 263.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341565 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 21 101 -
CMYK 0.49 0.79 0 0.60
HSL 263.25º 0.66% 0.24% -
HSV(B) 263.25º 0.79% 0.4% -
XYZ 4.03 2.21 12.53 -
YUV 39.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 52 21 101 0.49 0.79 0 0.60 263.25 0.66 0.24
Hex 34 15 65 31 4F 0 3C 107 42 18
Octal 64 25 145 61 117 0 74 407 102 30
Binary 110100 10101 1100101 110001 1001111 0 111100 100000111 1000010 11000

Color Harmonies of #341565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341565

Black with #341565

Text Example


Text Example

White with #341565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341565; }

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

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

background-color css

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

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

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

border-color css

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

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

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