#260A63

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

Shades of Persian Indigo #260A63

Tints of Persian Indigo #260A63

Color information

#260A63 (or 0x260A63) is unknown color: approx Persian Indigo. HEX triplet: 26, 0A and 63. RGB value is (38,10,99). Sum of RGB (Red+Green+Blue) = 38+10+99=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #260A63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260A63 is #D9F59C. Grayscale: #1C1C1C. Windows color (decimal): -14284189 or 6490662. OLE color: 6490662.

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

Color convert

RGB381099-
CMYK0.620.9000.61
HSL258.88º81.65%21.37%-
HSV(B)258.88º89.9%38.82%-
XYZ3.161.5311.93-
YUV28.52167.78134.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 10 (4.30% from 255) = 6.80%
BLUE value IS 99 (39.06% from 255) = 67.35%
R=25.85%
G=6.80%
B=67.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3810990.620.9000.61258.8881.6521.37
Hex26A633E5A03D1035215
Octal46121437613207540312225
Binary1001101010110001111111010110100111101100000011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260A63; }

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

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

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

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

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

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

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

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