#260588

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

Shades of Persian Indigo #260588

Tints of Persian Indigo #260588

Color information

#260588 (or 0x260588) is unknown color: approx Persian Indigo. HEX triplet: 26, 05 and 88. RGB value is (38,5,136). Sum of RGB (Red+Green+Blue) = 38+5+136=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 136 (53.52% from 255 or 75.98% from 179); Max value from RGB is 136 - color contains mainly: blue. Hex color #260588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260588 is #D9FA77. Grayscale: #1D1D1D. Windows color (decimal): -14285432 or 8914214. OLE color: 8914214.

HSL color Cylindrical-coordinate representation of color #260588: hue angle of 255.11º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260588 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB385136-
CMYK0.720.9600.47
HSL255.11º92.91%27.65%-
HSV(B)255.11º96.32%53.33%-
XYZ5.32.323.46-
YUV29.8187.93133.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 136 (53.52% from 255) = 75.98%
R=21.23%
G=2.79%
B=75.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3851360.720.9600.47255.1192.9127.65
Hex26588486002Fff5d1c
Octal46521011014005737713534
Binary1001101011000100010010001100000010111111111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260588; }

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

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

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

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

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

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

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

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