#260563

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

Shades of Persian Indigo #260563

Tints of Persian Indigo #260563

Color information

#260563 (or 0x260563) is unknown color: approx Persian Indigo. HEX triplet: 26, 05 and 63. RGB value is (38,5,99). Sum of RGB (Red+Green+Blue) = 38+5+99=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 99 (39.06% from 255 or 69.72% from 142); Max value from RGB is 99 - color contains mainly: blue. Hex color #260563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260563 is #D9FA9C. Grayscale: #191919. Windows color (decimal): -14285469 or 6489382. OLE color: 6489382.

HSL color Cylindrical-coordinate representation of color #260563: hue angle of 261.06º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260563 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB38599-
CMYK0.620.9500.61
HSL261.06º90.38%20.39%-
HSV(B)261.06º94.95%38.82%-
XYZ3.111.4211.92-
YUV25.58169.43136.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.76%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 99 (39.06% from 255) = 69.72%
R=26.76%
G=3.52%
B=69.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal385990.620.9500.61261.0690.3820.39
Hex265633E5F03D1055a14
Octal4651437613707540513224
Binary100110101110001111111010111110111101100000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260563; }

 p { color: rgb(38,5,99); }

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

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

 a { background-color: rgb(38,5,99); }

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

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

 span { border-color: rgb(38,5,99); }

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