#280259

Color #280259 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #280259

Tints of Christalle #280259

Color information

#280259 (or 0x280259) is unknown color: approx Christalle. HEX triplet: 28, 02 and 59. RGB value is (40,2,89). Sum of RGB (Red+Green+Blue) = 40+2+89=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #280259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280259 is #D7FDA6. Grayscale: #161616. Windows color (decimal): -14155175 or 5833256. OLE color: 5833256.

HSL color Cylindrical-coordinate representation of color #280259: hue angle of 266.21º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280259 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB40289-
CMYK0.550.9800.65
HSL266.21º95.6%17.84%-
HSV(B)266.21º97.75%34.9%-
XYZ2.71.229.54-
YUV23.28165.09139.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.53%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 89 (35.16% from 255) = 67.94%
R=30.53%
G=1.53%
B=67.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal402890.550.9800.65266.2195.617.84
Hex28259376204110a6012
Octal50213167142010141214022
Binary101000101011001110111110001001000001100001010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280259; }

 p { color: rgb(40,2,89); }

 H1.HeaderClassName
 {
   color: #280259;
 }
 .AnyTagClassName
 {
   color: #280259;
 }
</style>
background-color css

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

 a { background-color: rgb(40,2,89); }

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

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

 span { border-color: rgb(40,2,89); }

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