Html Css Color HEX #331257 Christalle

📋 copy color: '#331257'

red 51 ◦ green 18 ◦ blue 87

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

Shades of Christalle #331257

Tints of Christalle #331257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 55.77%

R = 32.69%
G = 11.54%
B = 55.77%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#331257 (or 0x331257) is known color: Christalle. HEX triplet: 33, 12 and 57. RGB value is (51,18,87). Sum of RGB (Red+Green+Blue) = 51+18+87=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #331257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331257 is #CCEDA8. Grayscale: #232323. Windows color (decimal): -13430185 or 5706291. OLE color: 5706291.

HSL color Cylindrical-coordinate representation of color #331257: hue angle of 268.7º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #331257 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 18 87 -
CMYK 0.41 0.79 0 0.66
HSL 268.7º 0.66% 0.21% -
HSV(B) 268.7º 0.79% 0.34% -
XYZ 3.3 1.82 9.19 -
YUV 35.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 51 18 87 0.41 0.79 0 0.66 268.7 0.66 0.21
Hex 33 12 57 29 4F 0 42 10D 42 15
Octal 63 22 127 51 117 0 102 415 102 25
Binary 110011 10010 1010111 101001 1001111 0 1000010 100001101 1000010 10101

Color Harmonies of #331257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331257

Black with #331257

Text Example


Text Example

White with #331257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331257; }

 p { color: rgb(51,18,87); }

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

background-color css

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

 a { background-color: rgb(51,18,87); }

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

border-color css

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

 span { border-color: rgb(51,18,87); }

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