Html Css Color HEX #341963 Christalle

📋 copy color: '#341963'

red 52 ◦ green 25 ◦ blue 99

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

Shades of Christalle #341963

Tints of Christalle #341963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

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

R = 29.55%
G = 14.2%
B = 56.25%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#341963 (or 0x341963) is known color: Christalle. HEX triplet: 34, 19 and 63. RGB value is (52,25,99). Sum of RGB (Red+Green+Blue) = 52+25+99=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #341963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341963 is #CBE69C. Grayscale: #292929. Windows color (decimal): -13362845 or 6494516. OLE color: 6494516.

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

Color convert

RGB 52 25 99 -
CMYK 0.47 0.75 0 0.61
HSL 261.89º 0.6% 0.24% -
HSV(B) 261.89º 0.75% 0.39% -
XYZ 4.02 2.33 12.04 -
YUV 41.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 52 25 99 0.47 0.75 0 0.61 261.89 0.6 0.24
Hex 34 19 63 2F 4B 0 3D 106 3C 18
Octal 64 31 143 57 113 0 75 406 74 30
Binary 110100 11001 1100011 101111 1001011 0 111101 100000110 111100 11000

Color Harmonies of #341963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341963

Black with #341963

Text Example


Text Example

White with #341963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341963; }

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

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

background-color css

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

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

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

border-color css

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

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

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