#260869

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

Shades of Persian Indigo #260869

Tints of Persian Indigo #260869

Color information

#260869 (or 0x260869) is unknown color: approx Persian Indigo. HEX triplet: 26, 08 and 69. RGB value is (38,8,105). Sum of RGB (Red+Green+Blue) = 38+8+105=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #260869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260869 is #D9F796. Grayscale: #1B1B1B. Windows color (decimal): -14284695 or 6883366. OLE color: 6883366.

HSL color Cylindrical-coordinate representation of color #260869: hue angle of 258.56º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260869 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB388105-
CMYK0.640.9200.59
HSL258.56º85.84%22.16%-
HSV(B)258.56º92.38%41.18%-
XYZ3.441.6113.49-
YUV28.03171.44135.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 105 (41.41% from 255) = 69.54%
R=25.17%
G=5.30%
B=69.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3881050.640.9200.59258.5685.8422.16
Hex26869405C03B1035616
Octal461015110013407340312626
Binary10011010001101001100000010111000111011100000011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260869; }

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

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

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

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

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

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

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

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