#260969

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

Shades of Persian Indigo #260969

Tints of Persian Indigo #260969

Color information

#260969 (or 0x260969) is unknown color: approx Persian Indigo. HEX triplet: 26, 09 and 69. RGB value is (38,9,105). Sum of RGB (Red+Green+Blue) = 38+9+105=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #260969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260969 is #D9F696. Grayscale: #1C1C1C. Windows color (decimal): -14284439 or 6883622. OLE color: 6883622.

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

Color convert

RGB389105-
CMYK0.640.9100.59
HSL258.12º84.21%22.35%-
HSV(B)258.12º91.43%41.18%-
XYZ3.451.6313.5-
YUV28.62171.11134.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 9 (3.91% from 255) = 5.92%
BLUE value IS 105 (41.41% from 255) = 69.08%
R=25%
G=5.92%
B=69.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3891050.640.9100.59258.1284.2122.35
Hex26969405B03B1025416
Octal461115110013307340212426
Binary10011010011101001100000010110110111011100000010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260969; }

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

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

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

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

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

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

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

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