#28055B

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

Shades of Christalle #28055B

Tints of Christalle #28055B

Color information

#28055B (or 0x28055B) is unknown color: approx Christalle. HEX triplet: 28, 05 and 5B. RGB value is (40,5,91). Sum of RGB (Red+Green+Blue) = 40+5+91=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #28055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28055B is #D7FAA4. Grayscale: #181818. Windows color (decimal): -14154405 or 5965096. OLE color: 5965096.

HSL color Cylindrical-coordinate representation of color #28055B: hue angle of 264.42º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28055B is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB40591-
CMYK0.560.9500.64
HSL264.42º89.58%18.82%-
HSV(B)264.42º94.51%35.69%-
XYZ2.821.3110-
YUV25.27165.1138.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.41%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 91 (35.94% from 255) = 66.91%
R=29.41%
G=3.68%
B=66.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal405910.560.9500.64264.4289.5818.82
Hex2855B385F0401085a13
Octal50513370137010041013223
Binary1010001011011011111000101111101000000100001000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28055B; }

 p { color: rgb(40,5,91); }

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

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

 a { background-color: rgb(40,5,91); }

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

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

 span { border-color: rgb(40,5,91); }

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