#260771

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

Shades of Persian Indigo #260771

Tints of Persian Indigo #260771

Color information

#260771 (or 0x260771) is unknown color: approx Persian Indigo. HEX triplet: 26, 07 and 71. RGB value is (38,7,113). Sum of RGB (Red+Green+Blue) = 38+7+113=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #260771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260771 is #D9F88E. Grayscale: #1B1B1B. Windows color (decimal): -14284943 or 7407398. OLE color: 7407398.

HSL color Cylindrical-coordinate representation of color #260771: hue angle of 257.55º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260771 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB387113-
CMYK0.660.9400.56
HSL257.55º88.33%23.53%-
HSV(B)257.55º93.81%44.31%-
XYZ3.861.7615.76-
YUV28.35175.77134.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.05%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 113 (44.53% from 255) = 71.52%
R=24.05%
G=4.43%
B=71.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3871130.660.9400.56257.5588.3323.53
Hex26771425E0381025818
Octal46716110213607040213030
Binary1001101111110001100001010111100111000100000010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260771; }

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

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

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

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

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

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

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

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