#28065B

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

Shades of Christalle #28065B

Tints of Christalle #28065B

Color information

#28065B (or 0x28065B) is unknown color: approx Christalle. HEX triplet: 28, 06 and 5B. RGB value is (40,6,91). Sum of RGB (Red+Green+Blue) = 40+6+91=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #28065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28065B is #D7F9A4. Grayscale: #191919. Windows color (decimal): -14154149 or 5965352. OLE color: 5965352.

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

Color convert

RGB40691-
CMYK0.560.9300.64
HSL264º87.63%19.02%-
HSV(B)264º93.41%35.69%-
XYZ2.831.3410.01-
YUV25.86164.76138.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.20%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 91 (35.94% from 255) = 66.42%
R=29.20%
G=4.38%
B=66.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal406910.560.9300.6426487.6319.02
Hex2865B385D0401085813
Octal50613370135010041013023
Binary1010001101011011111000101110101000000100001000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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