#261781

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

Shades of Persian Indigo #261781

Tints of Persian Indigo #261781

Color information

#261781 (or 0x261781) is unknown color: approx Persian Indigo. HEX triplet: 26, 17 and 81. RGB value is (38,23,129). Sum of RGB (Red+Green+Blue) = 38+23+129=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 129 (50.78% from 255 or 67.89% from 190); Max value from RGB is 129 - color contains mainly: blue. Hex color #261781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261781 is #D9E87E. Grayscale: #272727. Windows color (decimal): -14280831 or 8460070. OLE color: 8460070.

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

Color convert

RGB3823129-
CMYK0.710.8200.49
HSL248.49º69.74%29.8%-
HSV(B)248.49º82.17%50.59%-
XYZ5.072.6121.01-
YUV39.57178.47126.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 129 (50.78% from 255) = 67.89%
R=20%
G=12.11%
B=67.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38231290.710.8200.49248.4969.7429.8
Hex2617814752031f8461e
Octal462720110712206137010636
Binary100110101111000000110001111010010011000111111000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261781; }

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

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

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

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

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

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

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

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