#260489

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

Shades of Persian Indigo #260489

Tints of Persian Indigo #260489

Color information

#260489 (or 0x260489) is unknown color: approx Persian Indigo. HEX triplet: 26, 04 and 89. RGB value is (38,4,137). Sum of RGB (Red+Green+Blue) = 38+4+137=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 137 (53.91% from 255 or 76.54% from 179); Max value from RGB is 137 - color contains mainly: blue. Hex color #260489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260489 is #D9FB76. Grayscale: #1C1C1C. Windows color (decimal): -14285687 or 8979494. OLE color: 8979494.

HSL color Cylindrical-coordinate representation of color #260489: hue angle of 255.34º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260489 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB384137-
CMYK0.720.9700.46
HSL255.34º94.33%27.65%-
HSV(B)255.34º97.08%53.73%-
XYZ5.362.3123.83-
YUV29.33188.76134.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 4 (1.95% from 255) = 2.23%
BLUE value IS 137 (53.91% from 255) = 76.54%
R=21.23%
G=2.23%
B=76.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3841370.720.9700.46255.3494.3327.65
Hex26489486102Eff5e1c
Octal46421111014105637713634
Binary1001101001000100110010001100001010111011111111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260489; }

 p { color: rgb(38,4,137); }

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

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

 a { background-color: rgb(38,4,137); }

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

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

 span { border-color: rgb(38,4,137); }

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