#260568

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

Shades of Persian Indigo #260568

Tints of Persian Indigo #260568

Color information

#260568 (or 0x260568) is unknown color: approx Persian Indigo. HEX triplet: 26, 05 and 68. RGB value is (38,5,104). Sum of RGB (Red+Green+Blue) = 38+5+104=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #260568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260568 is #D9FA97. Grayscale: #191919. Windows color (decimal): -14285464 or 6817062. OLE color: 6817062.

HSL color Cylindrical-coordinate representation of color #260568: hue angle of 260º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260568 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB385104-
CMYK0.630.9500.59
HSL260º90.83%21.37%-
HSV(B)260º95.19%40.78%-
XYZ3.351.5213.21-
YUV26.15171.93136.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 104 (41.02% from 255) = 70.75%
R=25.85%
G=3.40%
B=70.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3851040.630.9500.5926090.8321.37
Hex265683F5F03B1045b15
Octal4651507713707340413325
Binary100110101110100011111110111110111011100000100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260568; }

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

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

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

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

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

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

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

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