#260689

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

Shades of Persian Indigo #260689

Tints of Persian Indigo #260689

Color information

#260689 (or 0x260689) is unknown color: approx Persian Indigo. HEX triplet: 26, 06 and 89. RGB value is (38,6,137). Sum of RGB (Red+Green+Blue) = 38+6+137=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 137 (53.91% from 255 or 75.69% from 181); Max value from RGB is 137 - color contains mainly: blue. Hex color #260689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260689 is #D9F976. Grayscale: #1E1E1E. Windows color (decimal): -14285175 or 8980006. OLE color: 8980006.

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

Color convert

RGB386137-
CMYK0.720.9600.46
HSL254.66º91.61%28.04%-
HSV(B)254.66º95.62%53.73%-
XYZ5.382.3523.84-
YUV30.5188.1133.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 137 (53.91% from 255) = 75.69%
R=20.99%
G=3.31%
B=75.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3861370.720.9600.46254.6691.6128.04
Hex26689486002Eff5c1c
Octal46621111014005637713434
Binary1001101101000100110010001100000010111011111111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260689; }

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

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

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

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

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

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

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

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