#260989

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

Shades of Persian Indigo #260989

Tints of Persian Indigo #260989

Color information

#260989 (or 0x260989) is unknown color: approx Persian Indigo. HEX triplet: 26, 09 and 89. RGB value is (38,9,137). Sum of RGB (Red+Green+Blue) = 38+9+137=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 137 (53.91% from 255 or 74.46% from 184); Max value from RGB is 137 - color contains mainly: blue. Hex color #260989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260989 is #D9F676. Grayscale: #1F1F1F. Windows color (decimal): -14284407 or 8980774. OLE color: 8980774.

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

Color convert

RGB389137-
CMYK0.720.9300.46
HSL253.59º87.67%28.63%-
HSV(B)253.59º93.43%53.73%-
XYZ5.412.4123.85-
YUV32.26187.11132.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.65%
GREEN value IS 9 (3.91% from 255) = 4.89%
BLUE value IS 137 (53.91% from 255) = 74.46%
R=20.65%
G=4.89%
B=74.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3891370.720.9300.46253.5987.6728.63
Hex26989485D02Efe581d
Octal461121111013505637613035
Binary10011010011000100110010001011101010111011111110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260989; }

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

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

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

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

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

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

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

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