#260880

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

Shades of Persian Indigo #260880

Tints of Persian Indigo #260880

Color information

#260880 (or 0x260880) is unknown color: approx Persian Indigo. HEX triplet: 26, 08 and 80. RGB value is (38,8,128). Sum of RGB (Red+Green+Blue) = 38+8+128=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 128 (50.39% from 255 or 73.56% from 174); Max value from RGB is 128 - color contains mainly: blue. Hex color #260880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260880 is #D9F77F. Grayscale: #1E1E1E. Windows color (decimal): -14284672 or 8390694. OLE color: 8390694.

HSL color Cylindrical-coordinate representation of color #260880: hue angle of 255º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260880 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB388128-
CMYK0.700.9400.50
HSL255º88.24%26.67%-
HSV(B)255º93.75%50.2%-
XYZ4.782.1420.58-
YUV30.65182.94133.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.84%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 128 (50.39% from 255) = 73.56%
R=21.84%
G=4.60%
B=73.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3881280.700.9400.5025588.2426.67
Hex26880465E032ff581b
Octal461020010613606237713033
Binary10011010001000000010001101011110011001011111111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260880; }

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

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

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

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

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

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

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

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