#260476

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

Shades of Persian Indigo #260476

Tints of Persian Indigo #260476

Color information

#260476 (or 0x260476) is unknown color: approx Persian Indigo. HEX triplet: 26, 04 and 76. RGB value is (38,4,118). Sum of RGB (Red+Green+Blue) = 38+4+118=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #260476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260476 is #D9FB89. Grayscale: #1A1A1A. Windows color (decimal): -14285706 or 7734310. OLE color: 7734310.

HSL color Cylindrical-coordinate representation of color #260476: hue angle of 257.89º 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 #260476 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB384118-
CMYK0.680.9700.54
HSL257.89º93.44%23.92%-
HSV(B)257.89º96.61%46.27%-
XYZ4.111.8117.27-
YUV27.16179.26135.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.75%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 118 (46.48% from 255) = 73.75%
R=23.75%
G=2.5%
B=73.75%

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
Decimal3841180.680.9700.54257.8993.4423.92
Hex2647644610361025d18
Octal46416610414106640213530
Binary1001101001110110100010011000010110110100000010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260476; }

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

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

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

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

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

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

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

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