#260560

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

Shades of Persian Indigo #260560

Tints of Persian Indigo #260560

Color information

#260560 (or 0x260560) is unknown color: approx Persian Indigo. HEX triplet: 26, 05 and 60. RGB value is (38,5,96). Sum of RGB (Red+Green+Blue) = 38+5+96=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #260560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260560 is #D9FA9F. Grayscale: #181818. Windows color (decimal): -14285472 or 6292774. OLE color: 6292774.

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

Color convert

RGB38596-
CMYK0.600.9500.62
HSL261.76º90.1%19.8%-
HSV(B)261.76º94.79%37.65%-
XYZ2.961.3711.17-
YUV25.24167.93137.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.34%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 96 (37.89% from 255) = 69.06%
R=27.34%
G=3.60%
B=69.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal385960.600.9500.62261.7690.119.8
Hex265603C5F03E1065a14
Octal4651407413707640613224
Binary100110101110000011110010111110111110100000110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260560; }

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

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

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

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

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

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

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

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