#280A59

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

Shades of Christalle #280A59

Tints of Christalle #280A59

Color information

#280A59 (or 0x280A59) is unknown color: approx Christalle. HEX triplet: 28, 0A and 59. RGB value is (40,10,89). Sum of RGB (Red+Green+Blue) = 40+10+89=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #280A59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280A59 is #D7F5A6. Grayscale: #1B1B1B. Windows color (decimal): -14153127 or 5835304. OLE color: 5835304.

HSL color Cylindrical-coordinate representation of color #280A59: hue angle of 262.78º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #280A59 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB401089-
CMYK0.550.8900.65
HSL262.78º79.8%19.41%-
HSV(B)262.78º88.76%34.9%-
XYZ2.791.399.57-
YUV27.98162.44136.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.78%
GREEN value IS 10 (4.30% from 255) = 7.19%
BLUE value IS 89 (35.16% from 255) = 64.03%
R=28.78%
G=7.19%
B=64.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4010890.550.8900.65262.7879.819.41
Hex28A5937590411075013
Octal501213167131010140712023
Binary10100010101011001110111101100101000001100000111101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280A59; }

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

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

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

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

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

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

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

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