#260976

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

Shades of Persian Indigo #260976

Tints of Persian Indigo #260976

Color information

#260976 (or 0x260976) is unknown color: approx Persian Indigo. HEX triplet: 26, 09 and 76. RGB value is (38,9,118). Sum of RGB (Red+Green+Blue) = 38+9+118=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #260976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260976 is #D9F689. Grayscale: #1D1D1D. Windows color (decimal): -14284426 or 7735590. OLE color: 7735590.

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

Color convert

RGB389118-
CMYK0.680.9200.54
HSL255.96º85.83%24.9%-
HSV(B)255.96º92.37%46.27%-
XYZ4.171.9217.29-
YUV30.1177.61133.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 118 (46.48% from 255) = 71.52%
R=23.03%
G=5.45%
B=71.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3891180.680.9200.54255.9685.8324.9
Hex26976445C0361005619
Octal461116610413406640012631
Binary10011010011110110100010010111000110110100000000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260976; }

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

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

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

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

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

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

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

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