Html Css Color HEX #331565 Christalle

📋 copy color: '#331565'

red 51 ◦ green 21 ◦ blue 101

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

Shades of Christalle #331565

Tints of Christalle #331565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

 BLUE value IS 101 (39.84% from 255) = 58.38%

R = 29.48%
G = 12.14%
B = 58.38%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#331565 (or 0x331565) is known color: Christalle. HEX triplet: 33, 15 and 65. RGB value is (51,21,101). Sum of RGB (Red+Green+Blue) = 51+21+101=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #331565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331565 is #CCEA9A. Grayscale: #262626. Windows color (decimal): -13429403 or 6624563. OLE color: 6624563.

HSL color Cylindrical-coordinate representation of color #331565: hue angle of 262.5º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #331565 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 21 101 -
CMYK 0.50 0.79 0 0.60
HSL 262.5º 0.66% 0.24% -
HSV(B) 262.5º 0.79% 0.4% -
XYZ 3.98 2.18 12.52 -
YUV 39.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 51 21 101 0.50 0.79 0 0.60 262.5 0.66 0.24
Hex 33 15 65 32 4F 0 3C 106 42 18
Octal 63 25 145 62 117 0 74 406 102 30
Binary 110011 10101 1100101 110010 1001111 0 111100 100000110 1000010 11000

Color Harmonies of #331565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331565

Black with #331565

Text Example


Text Example

White with #331565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331565; }

 p { color: rgb(51,21,101); }

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

background-color css

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

 a { background-color: rgb(51,21,101); }

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

border-color css

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

 span { border-color: rgb(51,21,101); }

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