#260A76

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

Shades of Persian Indigo #260A76

Tints of Persian Indigo #260A76

Color information

#260A76 (or 0x260A76) is unknown color: approx Persian Indigo. HEX triplet: 26, 0A and 76. RGB value is (38,10,118). Sum of RGB (Red+Green+Blue) = 38+10+118=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #260A76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260A76 is #D9F589. Grayscale: #1E1E1E. Windows color (decimal): -14284170 or 7735846. OLE color: 7735846.

HSL color Cylindrical-coordinate representation of color #260A76: hue angle of 255.56º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260A76 is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3810118-
CMYK0.680.9200.54
HSL255.56º84.38%25.1%-
HSV(B)255.56º91.53%46.27%-
XYZ4.181.9417.29-
YUV30.68177.28133.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 10 (4.30% from 255) = 6.02%
BLUE value IS 118 (46.48% from 255) = 71.08%
R=22.89%
G=6.02%
B=71.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38101180.680.9200.54255.5684.3825.1
Hex26A76445C0361005419
Octal461216610413406640012431
Binary10011010101110110100010010111000110110100000000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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