#260466

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

Shades of Persian Indigo #260466

Tints of Persian Indigo #260466

Color information

#260466 (or 0x260466) is unknown color: approx Persian Indigo. HEX triplet: 26, 04 and 66. RGB value is (38,4,102). Sum of RGB (Red+Green+Blue) = 38+4+102=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #260466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260466 is #D9FB99. Grayscale: #181818. Windows color (decimal): -14285722 or 6685734. OLE color: 6685734.

HSL color Cylindrical-coordinate representation of color #260466: hue angle of 260.82º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260466 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB384102-
CMYK0.630.9600.6
HSL260.82º92.45%20.78%-
HSV(B)260.82º96.08%40%-
XYZ3.241.4612.68-
YUV25.34171.26137.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.39%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 102 (40.23% from 255) = 70.83%
R=26.39%
G=2.78%
B=70.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3841020.630.9600.6260.8292.4520.78
Hex264663F6003C1055c15
Octal4641467714007440513425
Binary100110100110011011111111000000111100100000101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260466; }

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

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

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

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

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

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

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

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