#280358

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

Shades of Christalle #280358

Tints of Christalle #280358

Color information

#280358 (or 0x280358) is unknown color: approx Christalle. HEX triplet: 28, 03 and 58. RGB value is (40,3,88). Sum of RGB (Red+Green+Blue) = 40+3+88=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 88 (34.77% from 255 or 67.18% from 131); Max value from RGB is 88 - color contains mainly: blue. Hex color #280358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280358 is #D7FCA7. Grayscale: #171717. Windows color (decimal): -14154920 or 5767976. OLE color: 5767976.

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

Color convert

RGB40388-
CMYK0.550.9700.65
HSL266.12º93.41%17.84%-
HSV(B)266.12º96.59%34.51%-
XYZ2.671.229.33-
YUV23.75164.26139.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.53%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 88 (34.77% from 255) = 67.18%
R=30.53%
G=2.29%
B=67.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal403880.550.9700.65266.1293.4117.84
Hex28358376104110a5d12
Octal50313067141010141213522
Binary101000111011000110111110000101000001100001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280358; }

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

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

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

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

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

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

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

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