#260059

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

Shades of Christalle #260059

Tints of Christalle #260059

Color information

#260059 (or 0x260059) is unknown color: approx Christalle. HEX triplet: 26, 00 and 59. RGB value is (38,0,89). Sum of RGB (Red+Green+Blue) = 38+0+89=127 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.92% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #260059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260059 is #D9FFA6. Grayscale: #151515. Windows color (decimal): -14286759 or 5832742. OLE color: 5832742.

HSL color Cylindrical-coordinate representation of color #260059: hue angle of 265.62º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260059 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB38089-
CMYK0.57100.65
HSL265.62º100%17.45%-
HSV(B)265.62º100%34.9%-
XYZ2.61.139.53-
YUV21.51166.09139.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 70.08%
R=29.92%
G=0%
B=70.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal380890.57100.65265.6210017.45
Hex26059396404110a6411
Octal46013171144010141214421
Binary10011001011001111001110010001000001100001010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260059; }

 p { color: rgb(38,0,89); }

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

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

 a { background-color: rgb(38,0,89); }

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

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

 span { border-color: rgb(38,0,89); }

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