Html Css Color HEX #340663 Christalle

📋 copy color: '#340663'

red 52 ◦ green 6 ◦ blue 99

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

Shades of Christalle #340663

Tints of Christalle #340663

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.82%

 BLUE value IS 99 (39.06% from 255) = 63.06%

R = 33.12%
G = 3.82%
B = 63.06%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#340663 (or 0x340663) is known color: Christalle. HEX triplet: 34, 06 and 63. RGB value is (52,6,99). Sum of RGB (Red+Green+Blue) = 52+6+99=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #340663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340663 is #CBF99C. Grayscale: #1E1E1E. Windows color (decimal): -13367709 or 6489652. OLE color: 6489652.

HSL color Cylindrical-coordinate representation of color #340663: hue angle of 269.68º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340663 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 6 99 -
CMYK 0.47 0.94 0 0.61
HSL 269.68º 0.89% 0.21% -
HSV(B) 269.68º 0.94% 0.39% -
XYZ 3.73 1.76 11.95 -
YUV 30.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 52 6 99 0.47 0.94 0 0.61 269.68 0.89 0.21
Hex 34 6 63 2F 5E 0 3D 10E 59 15
Octal 64 6 143 57 136 0 75 416 131 25
Binary 110100 110 1100011 101111 1011110 0 111101 100001110 1011001 10101

Color Harmonies of #340663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340663

Black with #340663

Text Example


Text Example

White with #340663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340663; }

 p { color: rgb(52,6,99); }

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

background-color css

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

 a { background-color: rgb(52,6,99); }

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

border-color css

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

 span { border-color: rgb(52,6,99); }

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