#260478

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

Shades of Persian Indigo #260478

Tints of Persian Indigo #260478

Color information

#260478 (or 0x260478) is unknown color: approx Persian Indigo. HEX triplet: 26, 04 and 78. RGB value is (38,4,120). Sum of RGB (Red+Green+Blue) = 38+4+120=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 120 (47.27% from 255 or 74.07% from 162); Max value from RGB is 120 - color contains mainly: blue. Hex color #260478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260478 is #D9FB87. Grayscale: #1A1A1A. Windows color (decimal): -14285704 or 7865382. OLE color: 7865382.

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

Color convert

RGB384120-
CMYK0.680.9700.53
HSL257.59º93.55%24.31%-
HSV(B)257.59º96.67%47.06%-
XYZ4.231.8517.9-
YUV27.39180.26135.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.46%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 120 (47.27% from 255) = 74.07%
R=23.46%
G=2.47%
B=74.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3841200.680.9700.53257.5993.5524.31
Hex2647844610351025e18
Octal46417010414106540213630
Binary1001101001111000100010011000010110101100000010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260478; }

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

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

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

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

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

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

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

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