#260071

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

Shades of Persian Indigo #260071

Tints of Persian Indigo #260071

Color information

#260071 (or 0x260071) is unknown color: approx Persian Indigo. HEX triplet: 26, 00 and 71. RGB value is (38,0,113). Sum of RGB (Red+Green+Blue) = 38+0+113=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #260071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260071 is #D9FF8E. Grayscale: #171717. Windows color (decimal): -14286735 or 7405606. OLE color: 7405606.

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

Color convert

RGB380113-
CMYK0.66100.56
HSL260.18º100%22.16%-
HSV(B)260.18º100%44.31%-
XYZ3.781.615.73-
YUV24.24178.09137.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 74.83%
R=25.17%
G=0%
B=74.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3801130.66100.56260.1810022.16
Hex2607142640381046416
Octal46016110214407040414426
Binary10011001110001100001011001000111000100000100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260071; }

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

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

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

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

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

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

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

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