#28055C

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

Shades of Christalle #28055C

Tints of Christalle #28055C

Color information

#28055C (or 0x28055C) is unknown color: approx Christalle. HEX triplet: 28, 05 and 5C. RGB value is (40,5,92). Sum of RGB (Red+Green+Blue) = 40+5+92=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #28055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28055C is #D7FAA3. Grayscale: #191919. Windows color (decimal): -14154404 or 6030632. OLE color: 6030632.

HSL color Cylindrical-coordinate representation of color #28055C: hue angle of 264.14º 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 #28055C is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB40592-
CMYK0.570.9500.64
HSL264.14º89.69%19.02%-
HSV(B)264.14º94.57%36.08%-
XYZ2.861.3310.23-
YUV25.38165.6138.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.20%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 92 (36.33% from 255) = 67.15%
R=29.20%
G=3.65%
B=67.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal405920.570.9500.64264.1489.6919.02
Hex2855C395F0401085a13
Octal50513471137010041013223
Binary1010001011011100111001101111101000000100001000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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