#260A71

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

Shades of Persian Indigo #260A71

Tints of Persian Indigo #260A71

Color information

#260A71 (or 0x260A71) is unknown color: approx Persian Indigo. HEX triplet: 26, 0A and 71. RGB value is (38,10,113). Sum of RGB (Red+Green+Blue) = 38+10+113=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #260A71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260A71 is #D9F58E. Grayscale: #1D1D1D. Windows color (decimal): -14284175 or 7408166. OLE color: 7408166.

HSL color Cylindrical-coordinate representation of color #260A71: hue angle of 256.31º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #260A71 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3810113-
CMYK0.660.9100.56
HSL256.31º83.74%24.12%-
HSV(B)256.31º91.15%44.31%-
XYZ3.891.8215.77-
YUV30.11174.78133.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 10 (4.30% from 255) = 6.21%
BLUE value IS 113 (44.53% from 255) = 70.19%
R=23.60%
G=6.21%
B=70.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38101130.660.9100.56256.3183.7424.12
Hex26A71425B0381005418
Octal461216110213307040012430
Binary10011010101110001100001010110110111000100000000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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