#260D5A

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

Shades of Christalle #260D5A

Tints of Christalle #260D5A

Color information

#260D5A (or 0x260D5A) is unknown color: approx Christalle. HEX triplet: 26, 0D and 5A. RGB value is (38,13,90). Sum of RGB (Red+Green+Blue) = 38+13+90=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #260D5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D5A is #D9F2A5. Grayscale: #1C1C1C. Windows color (decimal): -14283430 or 5901606. OLE color: 5901606.

HSL color Cylindrical-coordinate representation of color #260D5A: hue angle of 259.48º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #260D5A is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB381390-
CMYK0.580.8600.65
HSL259.48º74.76%20.2%-
HSV(B)259.48º85.56%35.29%-
XYZ2.791.449.8-
YUV29.25162.28134.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.95%
GREEN value IS 13 (5.47% from 255) = 9.22%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=26.95%
G=9.22%
B=63.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3813900.580.8600.65259.4874.7620.2
Hex26D5A3A560411034b14
Octal461513272126010140311324
Binary10011011011011010111010101011001000001100000011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,13,90); }

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

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

 a { background-color: rgb(38,13,90); }

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

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

 span { border-color: rgb(38,13,90); }

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