#260776

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

Shades of Persian Indigo #260776

Tints of Persian Indigo #260776

Color information

#260776 (or 0x260776) is unknown color: approx Persian Indigo. HEX triplet: 26, 07 and 76. RGB value is (38,7,118). Sum of RGB (Red+Green+Blue) = 38+7+118=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 118 (46.48% from 255 or 72.39% from 163); Max value from RGB is 118 - color contains mainly: blue. Hex color #260776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260776 is #D9F889. Grayscale: #1C1C1C. Windows color (decimal): -14284938 or 7735078. OLE color: 7735078.

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

Color convert

RGB387118-
CMYK0.680.9400.54
HSL256.76º88.8%24.51%-
HSV(B)256.76º94.07%46.27%-
XYZ4.151.8717.28-
YUV28.92178.27134.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 118 (46.48% from 255) = 72.39%
R=23.31%
G=4.29%
B=72.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3871180.680.9400.54256.7688.824.51
Hex26776445E0361015919
Octal46716610413606640113131
Binary1001101111110110100010010111100110110100000001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260776; }

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

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

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

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

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

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

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

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