#261A82

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

Shades of Persian Indigo #261A82

Tints of Persian Indigo #261A82

Color information

#261A82 (or 0x261A82) is unknown color: approx Persian Indigo. HEX triplet: 26, 1A and 82. RGB value is (38,26,130). Sum of RGB (Red+Green+Blue) = 38+26+130=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #261A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261A82 is #D9E57D. Grayscale: #292929. Windows color (decimal): -14280062 or 8526374. OLE color: 8526374.

HSL color Cylindrical-coordinate representation of color #261A82: hue angle of 246.92º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #261A82 is Cyan = 0.71, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3826130-
CMYK0.710.800.49
HSL246.92º66.67%30.59%-
HSV(B)246.92º80%50.98%-
XYZ5.22.7621.38-
YUV41.44177.98125.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.59%
GREEN value IS 26 (10.55% from 255) = 13.40%
BLUE value IS 130 (51.17% from 255) = 67.01%
R=19.59%
G=13.40%
B=67.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38261300.710.800.49246.9266.6730.59
Hex261A824750031f7431f
Octal463220210712006136710337
Binary100110110101000001010001111010000011000111110111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261A82; }

 p { color: rgb(38,26,130); }

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

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

 a { background-color: rgb(38,26,130); }

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

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

 span { border-color: rgb(38,26,130); }

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