#260170

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

Shades of Persian Indigo #260170

Tints of Persian Indigo #260170

Color information

#260170 (or 0x260170) is unknown color: approx Persian Indigo. HEX triplet: 26, 01 and 70. RGB value is (38,1,112). Sum of RGB (Red+Green+Blue) = 38+1+112=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #260170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260170 is #D9FE8F. Grayscale: #181818. Windows color (decimal): -14286480 or 7340326. OLE color: 7340326.

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

Color convert

RGB381112-
CMYK0.660.9900.56
HSL260º98.23%22.16%-
HSV(B)260º99.11%43.92%-
XYZ3.731.615.44-
YUV24.72177.26137.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 112 (44.14% from 255) = 74.17%
R=25.17%
G=0.66%
B=74.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3811120.660.9900.5626098.2322.16
Hex2617042630381046216
Octal46116010214307040414226
Binary10011011110000100001011000110111000100000100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260170; }

 p { color: rgb(38,1,112); }

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

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

 a { background-color: rgb(38,1,112); }

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

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

 span { border-color: rgb(38,1,112); }

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