#260860

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

Shades of Persian Indigo #260860

Tints of Persian Indigo #260860

Color information

#260860 (or 0x260860) is unknown color: approx Persian Indigo. HEX triplet: 26, 08 and 60. RGB value is (38,8,96). Sum of RGB (Red+Green+Blue) = 38+8+96=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #260860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260860 is #D9F79F. Grayscale: #1A1A1A. Windows color (decimal): -14284704 or 6293542. OLE color: 6293542.

HSL color Cylindrical-coordinate representation of color #260860: hue angle of 260.45º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260860 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB38896-
CMYK0.600.9200.62
HSL260.45º84.62%20.39%-
HSV(B)260.45º91.67%37.65%-
XYZ31.4311.18-
YUV27166.94135.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.76%
GREEN value IS 8 (3.52% from 255) = 5.63%
BLUE value IS 96 (37.89% from 255) = 67.61%
R=26.76%
G=5.63%
B=67.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal388960.600.9200.62260.4584.6220.39
Hex268603C5C03E1045514
Octal46101407413407640412524
Binary1001101000110000011110010111000111110100000100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260860; }

 p { color: rgb(38,8,96); }

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

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

 a { background-color: rgb(38,8,96); }

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

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

 span { border-color: rgb(38,8,96); }

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