#270259

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

Shades of Christalle #270259

Tints of Christalle #270259

Color information

#270259 (or 0x270259) is unknown color: approx Christalle. HEX triplet: 27, 02 and 59. RGB value is (39,2,89). Sum of RGB (Red+Green+Blue) = 39+2+89=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 89 (35.16% from 255 or 68.46% from 130); Max value from RGB is 89 - color contains mainly: blue. Hex color #270259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270259 is #D8FDA6. Grayscale: #161616. Windows color (decimal): -14220711 or 5833255. OLE color: 5833255.

HSL color Cylindrical-coordinate representation of color #270259: hue angle of 265.52º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270259 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB39289-
CMYK0.560.9800.65
HSL265.52º95.6%17.84%-
HSV(B)265.52º97.75%34.9%-
XYZ2.661.29.54-
YUV22.98165.26139.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 89 (35.16% from 255) = 68.46%
R=30%
G=1.54%
B=68.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal392890.560.9800.65265.5295.617.84
Hex27259386204110a6012
Octal47213170142010141214022
Binary100111101011001111000110001001000001100001010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270259; }

 p { color: rgb(39,2,89); }

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

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

 a { background-color: rgb(39,2,89); }

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

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

 span { border-color: rgb(39,2,89); }

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