Html Css Color HEX #340760 Christalle

📋 copy color: '#340760'

red 52 ◦ green 7 ◦ blue 96

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

Shades of Christalle #340760

Tints of Christalle #340760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.52%

 BLUE value IS 96 (37.89% from 255) = 61.94%

R = 33.55%
G = 4.52%
B = 61.94%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#340760 (or 0x340760) is known color: Christalle. HEX triplet: 34, 07 and 60. RGB value is (52,7,96). Sum of RGB (Red+Green+Blue) = 52+7+96=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #340760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340760 is #CBF89F. Grayscale: #1E1E1E. Windows color (decimal): -13367456 or 6293300. OLE color: 6293300.

HSL color Cylindrical-coordinate representation of color #340760: hue angle of 270.34º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340760 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 7 96 -
CMYK 0.46 0.93 0 0.62
HSL 270.34º 0.86% 0.2% -
HSV(B) 270.34º 0.93% 0.38% -
XYZ 3.6 1.73 11.21 -
YUV 30.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 52 7 96 0.46 0.93 0 0.62 270.34 0.86 0.2
Hex 34 7 60 2E 5D 0 3E 10E 56 14
Octal 64 7 140 56 135 0 76 416 126 24
Binary 110100 111 1100000 101110 1011101 0 111110 100001110 1010110 10100

Color Harmonies of #340760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340760

Black with #340760

Text Example


Text Example

White with #340760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340760; }

 p { color: rgb(52,7,96); }

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

background-color css

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

 a { background-color: rgb(52,7,96); }

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

border-color css

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

 span { border-color: rgb(52,7,96); }

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