#260477

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

Shades of Persian Indigo #260477

Tints of Persian Indigo #260477

Color information

#260477 (or 0x260477) is unknown color: approx Persian Indigo. HEX triplet: 26, 04 and 77. RGB value is (38,4,119). Sum of RGB (Red+Green+Blue) = 38+4+119=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 119 (46.88% from 255 or 73.91% from 161); Max value from RGB is 119 - color contains mainly: blue. Hex color #260477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260477 is #D9FB88. Grayscale: #1A1A1A. Windows color (decimal): -14285705 or 7799846. OLE color: 7799846.

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

Color convert

RGB384119-
CMYK0.680.9700.53
HSL257.74º93.5%24.12%-
HSV(B)257.74º96.64%46.67%-
XYZ4.171.8317.59-
YUV27.28179.76135.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 119 (46.88% from 255) = 73.91%
R=23.60%
G=2.48%
B=73.91%

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
Decimal3841190.680.9700.53257.7493.524.12
Hex2647744610351025d18
Octal46416710414106540213530
Binary1001101001110111100010011000010110101100000010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260477; }

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

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

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

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

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

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

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

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