Html Css Color HEX #341253 Christalle

📋 copy color: '#341253'

red 52 ◦ green 18 ◦ blue 83

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

Shades of Christalle #341253

Tints of Christalle #341253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

 BLUE value IS 83 (32.81% from 255) = 54.25%

R = 33.99%
G = 11.76%
B = 54.25%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#341253 (or 0x341253) is known color: Christalle. HEX triplet: 34, 12 and 53. RGB value is (52,18,83). Sum of RGB (Red+Green+Blue) = 52+18+83=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #341253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341253 is #CBEDAC. Grayscale: #232323. Windows color (decimal): -13364653 or 5444148. OLE color: 5444148.

HSL color Cylindrical-coordinate representation of color #341253: hue angle of 271.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #341253 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 18 83 -
CMYK 0.37 0.78 0 0.67
HSL 271.38º 0.64% 0.2% -
HSV(B) 271.38º 0.78% 0.33% -
XYZ 3.19 1.79 8.36 -
YUV 35.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 52 18 83 0.37 0.78 0 0.67 271.38 0.64 0.2
Hex 34 12 53 25 4E 0 43 10F 40 14
Octal 64 22 123 45 116 0 103 417 100 24
Binary 110100 10010 1010011 100101 1001110 0 1000011 100001111 1000000 10100

Color Harmonies of #341253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341253

Black with #341253

Text Example


Text Example

White with #341253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341253; }

 p { color: rgb(52,18,83); }

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

background-color css

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

 a { background-color: rgb(52,18,83); }

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

border-color css

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

 span { border-color: rgb(52,18,83); }

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