#261582

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

Shades of Persian Indigo #261582

Tints of Persian Indigo #261582

Color information

#261582 (or 0x261582) is unknown color: approx Persian Indigo. HEX triplet: 26, 15 and 82. RGB value is (38,21,130). Sum of RGB (Red+Green+Blue) = 38+21+130=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #261582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261582 is #D9EA7D. Grayscale: #262626. Windows color (decimal): -14281342 or 8525094. OLE color: 8525094.

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

Color convert

RGB3821130-
CMYK0.710.8400.49
HSL249.36º72.19%29.61%-
HSV(B)249.36º83.85%50.98%-
XYZ5.12.5621.34-
YUV38.51179.63127.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.11%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 130 (51.17% from 255) = 68.78%
R=20.11%
G=11.11%
B=68.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38211300.710.8400.49249.3672.1929.61
Hex2615824754031f9481e
Octal462520210712406137111036
Binary100110101011000001010001111010100011000111111001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261582; }

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

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

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

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

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

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

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

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