#260E5F

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

Shades of Christalle #260E5F

Tints of Christalle #260E5F

Color information

#260E5F (or 0x260E5F) is unknown color: approx Christalle. HEX triplet: 26, 0E and 5F. RGB value is (38,14,95). Sum of RGB (Red+Green+Blue) = 38+14+95=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #260E5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260E5F is #D9F1A0. Grayscale: #1E1E1E. Windows color (decimal): -14283169 or 6229542. OLE color: 6229542.

HSL color Cylindrical-coordinate representation of color #260E5F: hue angle of 257.78º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #260E5F is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB381495-
CMYK0.600.8500.63
HSL257.78º74.31%21.37%-
HSV(B)257.78º85.26%37.25%-
XYZ3.021.5510.97-
YUV30.41164.45133.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 14 (5.86% from 255) = 9.52%
BLUE value IS 95 (37.5% from 255) = 64.63%
R=25.85%
G=9.52%
B=64.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3814950.600.8500.63257.7874.3121.37
Hex26E5F3C5503F1024a15
Octal46161377412507740211225
Binary1001101110101111111110010101010111111100000010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260E5F; }

 p { color: rgb(38,14,95); }

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

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

 a { background-color: rgb(38,14,95); }

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

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

 span { border-color: rgb(38,14,95); }

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