#28015D

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

Shades of Christalle #28015D

Tints of Christalle #28015D

Color information

#28015D (or 0x28015D) is unknown color: approx Christalle. HEX triplet: 28, 01 and 5D. RGB value is (40,1,93). Sum of RGB (Red+Green+Blue) = 40+1+93=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #28015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28015D is #D7FEA2. Grayscale: #161616. Windows color (decimal): -14155427 or 6095144. OLE color: 6095144.

HSL color Cylindrical-coordinate representation of color #28015D: hue angle of 265.43º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28015D is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB40193-
CMYK0.570.9900.64
HSL265.43º97.87%18.43%-
HSV(B)265.43º98.92%36.47%-
XYZ2.861.2610.45-
YUV23.15167.42140.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.85%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 93 (36.72% from 255) = 69.40%
R=29.85%
G=0.75%
B=69.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal401930.570.9900.64265.4397.8718.43
Hex2815D39630401096212
Octal50113571143010041114222
Binary10100011011101111001110001101000000100001001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28015D; }

 p { color: rgb(40,1,93); }

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

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

 a { background-color: rgb(40,1,93); }

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

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

 span { border-color: rgb(40,1,93); }

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