#260A5A

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

Shades of Christalle #260A5A

Tints of Christalle #260A5A

Color information

#260A5A (or 0x260A5A) is unknown color: approx Christalle. HEX triplet: 26, 0A and 5A. RGB value is (38,10,90). Sum of RGB (Red+Green+Blue) = 38+10+90=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #260A5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260A5A is #D9F5A5. Grayscale: #1B1B1B. Windows color (decimal): -14284198 or 5900838. OLE color: 5900838.

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

Color convert

RGB381090-
CMYK0.580.8900.65
HSL261º80%19.61%-
HSV(B)261º88.89%35.29%-
XYZ2.751.379.79-
YUV27.49163.28135.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.54%
GREEN value IS 10 (4.30% from 255) = 7.25%
BLUE value IS 90 (35.55% from 255) = 65.22%
R=27.54%
G=7.25%
B=65.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3810900.580.8900.652618019.61
Hex26A5A3A590411055014
Octal461213272131010140512024
Binary10011010101011010111010101100101000001100000101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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