#28155A

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

Shades of Christalle #28155A

Tints of Christalle #28155A

Color information

#28155A (or 0x28155A) is unknown color: approx Christalle. HEX triplet: 28, 15 and 5A. RGB value is (40,21,90). Sum of RGB (Red+Green+Blue) = 40+21+90=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #28155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28155A is #D7EAA5. Grayscale: #222222. Windows color (decimal): -14150310 or 5903656. OLE color: 5903656.

HSL color Cylindrical-coordinate representation of color #28155A: hue angle of 256.52º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28155A is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB402190-
CMYK0.560.7700.65
HSL256.52º62.16%21.76%-
HSV(B)256.52º76.67%35.29%-
XYZ2.991.739.85-
YUV34.55159.29131.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.49%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 90 (35.55% from 255) = 59.60%
R=26.49%
G=13.91%
B=59.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4021900.560.7700.65256.5262.1621.76
Hex28155A384D0411013e16
Octal50251327011501014017626
Binary10100010101101101011100010011010100000110000000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28155A; }

 p { color: rgb(40,21,90); }

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

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

 a { background-color: rgb(40,21,90); }

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

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

 span { border-color: rgb(40,21,90); }

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