#271582

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

Shades of Persian Indigo #271582

Tints of Persian Indigo #271582

Color information

#271582 (or 0x271582) is unknown color: approx Persian Indigo. HEX triplet: 27, 15 and 82. RGB value is (39,21,130). Sum of RGB (Red+Green+Blue) = 39+21+130=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 130 (51.17% from 255 or 68.42% from 190); Max value from RGB is 130 - color contains mainly: blue. Hex color #271582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271582 is #D8EA7D. Grayscale: #262626. Windows color (decimal): -14215806 or 8525095. OLE color: 8525095.

HSL color Cylindrical-coordinate representation of color #271582: hue angle of 249.91º 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 #271582 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3921130-
CMYK0.700.8400.49
HSL249.91º72.19%29.61%-
HSV(B)249.91º83.85%50.98%-
XYZ5.132.5821.35-
YUV38.81179.46128.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.53%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 130 (51.17% from 255) = 68.42%
R=20.53%
G=11.05%
B=68.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39211300.700.8400.49249.9172.1929.61
Hex2715824654031fa481e
Octal472520210612406137211036
Binary100111101011000001010001101010100011000111111010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271582; }

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

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

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

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

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

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

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

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