Html Css Color HEX #331463 Christalle

📋 copy color: '#331463'

red 51 ◦ green 20 ◦ blue 99

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

Shades of Christalle #331463

Tints of Christalle #331463

RGB

 RED value IS 51 (20.31% from 255) = 30%

 GREEN value IS 20 (8.2% from 255) = 11.76%

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

R = 30%
G = 11.76%
B = 58.24%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#331463 (or 0x331463) is known color: Christalle. HEX triplet: 33, 14 and 63. RGB value is (51,20,99). Sum of RGB (Red+Green+Blue) = 51+20+99=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #331463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331463 is #CCEB9C. Grayscale: #252525. Windows color (decimal): -13429661 or 6493235. OLE color: 6493235.

HSL color Cylindrical-coordinate representation of color #331463: hue angle of 263.54º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331463 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 20 99 -
CMYK 0.48 0.80 0 0.61
HSL 263.54º 0.66% 0.23% -
HSV(B) 263.54º 0.8% 0.39% -
XYZ 3.87 2.1 12.01 -
YUV 38.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 51 20 99 0.48 0.80 0 0.61 263.54 0.66 0.23
Hex 33 14 63 30 50 0 3D 108 42 17
Octal 63 24 143 60 120 0 75 410 102 27
Binary 110011 10100 1100011 110000 1010000 0 111101 100001000 1000010 10111

Color Harmonies of #331463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331463

Black with #331463

Text Example


Text Example

White with #331463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331463; }

 p { color: rgb(51,20,99); }

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

background-color css

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

 a { background-color: rgb(51,20,99); }

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

border-color css

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

 span { border-color: rgb(51,20,99); }

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