#261A81

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

Shades of Persian Indigo #261A81

Tints of Persian Indigo #261A81

Color information

#261A81 (or 0x261A81) is unknown color: approx Persian Indigo. HEX triplet: 26, 1A and 81. RGB value is (38,26,129). Sum of RGB (Red+Green+Blue) = 38+26+129=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 129 (50.78% from 255 or 66.84% from 193); Max value from RGB is 129 - color contains mainly: blue. Hex color #261A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261A81 is #D9E57E. Grayscale: #282828. Windows color (decimal): -14280063 or 8460838. OLE color: 8460838.

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

Color convert

RGB3826129-
CMYK0.710.8000.49
HSL246.99º66.45%30.39%-
HSV(B)246.99º79.84%50.59%-
XYZ5.132.7421.03-
YUV41.33177.48125.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 26 (10.55% from 255) = 13.47%
BLUE value IS 129 (50.78% from 255) = 66.84%
R=19.69%
G=13.47%
B=66.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38261290.710.8000.49246.9966.4530.39
Hex261A814750031f7421e
Octal463220110712006136710236
Binary100110110101000000110001111010000011000111110111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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