#280458

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

Shades of Christalle #280458

Tints of Christalle #280458

Color information

#280458 (or 0x280458) is unknown color: approx Christalle. HEX triplet: 28, 04 and 58. RGB value is (40,4,88). Sum of RGB (Red+Green+Blue) = 40+4+88=132 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.30% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 88 (34.77% from 255 or 66.67% from 132); Max value from RGB is 88 - color contains mainly: blue. Hex color #280458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280458 is #D7FBA7. Grayscale: #181818. Windows color (decimal): -14154664 or 5768232. OLE color: 5768232.

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

Color convert

RGB40488-
CMYK0.550.9500.65
HSL265.71º91.3%18.04%-
HSV(B)265.71º95.45%34.51%-
XYZ2.681.249.33-
YUV24.34163.93139.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.30%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 88 (34.77% from 255) = 66.67%
R=30.30%
G=3.03%
B=66.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal404880.550.9500.65265.7191.318.04
Hex28458375F04110a5b12
Octal50413067137010141213322
Binary1010001001011000110111101111101000001100001010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280458; }

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

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

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

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

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

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

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

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