#280258

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

Shades of Christalle #280258

Tints of Christalle #280258

Color information

#280258 (or 0x280258) is unknown color: approx Christalle. HEX triplet: 28, 02 and 58. RGB value is (40,2,88). Sum of RGB (Red+Green+Blue) = 40+2+88=130 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.77% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 88 (34.77% from 255 or 67.69% from 130); Max value from RGB is 88 - color contains mainly: blue. Hex color #280258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280258 is #D7FDA7. Grayscale: #161616. Windows color (decimal): -14155176 or 5767720. OLE color: 5767720.

HSL color Cylindrical-coordinate representation of color #280258: hue angle of 266.51º 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 #280258 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB40288-
CMYK0.550.9800.65
HSL266.51º95.56%17.65%-
HSV(B)266.51º97.73%34.51%-
XYZ2.661.29.32-
YUV23.17164.59140.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.77%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 88 (34.77% from 255) = 67.69%
R=30.77%
G=1.54%
B=67.69%

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
Decimal402880.550.9800.65266.5195.5617.65
Hex28258376204110b6012
Octal50213067142010141314022
Binary101000101011000110111110001001000001100001011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280258; }

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

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

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

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

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

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

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

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