#260475

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

Shades of Persian Indigo #260475

Tints of Persian Indigo #260475

Color information

#260475 (or 0x260475) is unknown color: approx Persian Indigo. HEX triplet: 26, 04 and 75. RGB value is (38,4,117). Sum of RGB (Red+Green+Blue) = 38+4+117=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #260475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260475 is #D9FB8A. Grayscale: #1A1A1A. Windows color (decimal): -14285707 or 7668774. OLE color: 7668774.

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

Color convert

RGB384117-
CMYK0.680.9700.54
HSL258.05º93.39%23.73%-
HSV(B)258.05º96.58%45.88%-
XYZ4.051.7816.96-
YUV27.05178.76135.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 117 (46.09% from 255) = 73.58%
R=23.90%
G=2.52%
B=73.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3841170.680.9700.54258.0593.3923.73
Hex2647544610361025d18
Octal46416510414106640213530
Binary1001101001110101100010011000010110110100000010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260475; }

 p { color: rgb(38,4,117); }

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

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

 a { background-color: rgb(38,4,117); }

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

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

 span { border-color: rgb(38,4,117); }

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