#260760

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

Shades of Persian Indigo #260760

Tints of Persian Indigo #260760

Color information

#260760 (or 0x260760) is unknown color: approx Persian Indigo. HEX triplet: 26, 07 and 60. RGB value is (38,7,96). Sum of RGB (Red+Green+Blue) = 38+7+96=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #260760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260760 is #D9F89F. Grayscale: #1A1A1A. Windows color (decimal): -14284960 or 6293286. OLE color: 6293286.

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

Color convert

RGB38796-
CMYK0.600.9300.62
HSL260.9º86.41%20.2%-
HSV(B)260.9º92.71%37.65%-
XYZ2.991.4111.18-
YUV26.42167.27136.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.95%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 96 (37.89% from 255) = 68.09%
R=26.95%
G=4.96%
B=68.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal387960.600.9300.62260.986.4120.2
Hex267603C5D03E1055614
Octal4671407413507640512624
Binary100110111110000011110010111010111110100000101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260760; }

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

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

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

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

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

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

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

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