#260173

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

Shades of Persian Indigo #260173

Tints of Persian Indigo #260173

Color information

#260173 (or 0x260173) is unknown color: approx Persian Indigo. HEX triplet: 26, 01 and 73. RGB value is (38,1,115). Sum of RGB (Red+Green+Blue) = 38+1+115=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 115 (45.31% from 255 or 74.68% from 154); Max value from RGB is 115 - color contains mainly: blue. Hex color #260173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260173 is #D9FE8C. Grayscale: #181818. Windows color (decimal): -14286477 or 7536934. OLE color: 7536934.

HSL color Cylindrical-coordinate representation of color #260173: hue angle of 259.47º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #260173 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB381115-
CMYK0.670.9900.55
HSL259.47º98.28%22.75%-
HSV(B)259.47º99.13%45.1%-
XYZ3.91.6716.34-
YUV25.06178.76137.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 115 (45.31% from 255) = 74.68%
R=24.68%
G=0.65%
B=74.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3811150.670.9900.55259.4798.2822.75
Hex2617343630371036217
Octal46116310314306740314227
Binary10011011110011100001111000110110111100000011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260173; }

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

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

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

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

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

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

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

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