#260B5F

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

Shades of Christalle #260B5F

Tints of Christalle #260B5F

Color information

#260B5F (or 0x260B5F) is unknown color: approx Christalle. HEX triplet: 26, 0B and 5F. RGB value is (38,11,95). Sum of RGB (Red+Green+Blue) = 38+11+95=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #260B5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260B5F is #D9F4A0. Grayscale: #1C1C1C. Windows color (decimal): -14283937 or 6228774. OLE color: 6228774.

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

Color convert

RGB381195-
CMYK0.600.8800.63
HSL259.29º79.25%20.78%-
HSV(B)259.29º88.42%37.25%-
XYZ2.981.4810.95-
YUV28.65165.45134.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.39%
GREEN value IS 11 (4.69% from 255) = 7.64%
BLUE value IS 95 (37.5% from 255) = 65.97%
R=26.39%
G=7.64%
B=65.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3811950.600.8800.63259.2979.2520.78
Hex26B5F3C5803F1034f15
Octal46131377413007740311725
Binary1001101011101111111110010110000111111100000011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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