#270986

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

Shades of Persian Indigo #270986

Tints of Persian Indigo #270986

Color information

#270986 (or 0x270986) is unknown color: approx Persian Indigo. HEX triplet: 27, 09 and 86. RGB value is (39,9,134). Sum of RGB (Red+Green+Blue) = 39+9+134=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 134 (52.73% from 255 or 73.63% from 182); Max value from RGB is 134 - color contains mainly: blue. Hex color #270986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270986 is #D8F679. Grayscale: #1F1F1F. Windows color (decimal): -14218874 or 8784167. OLE color: 8784167.

HSL color Cylindrical-coordinate representation of color #270986: hue angle of 254.4º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270986 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB399134-
CMYK0.710.9300.47
HSL254.4º87.41%28.04%-
HSV(B)254.4º93.28%52.55%-
XYZ5.242.3522.73-
YUV32.22185.44132.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.43%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 134 (52.73% from 255) = 73.63%
R=21.43%
G=4.95%
B=73.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3991340.710.9300.47254.487.4128.04
Hex27986475D02Ffe571c
Octal471120610713505737612734
Binary10011110011000011010001111011101010111111111110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270986; }

 p { color: rgb(39,9,134); }

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

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

 a { background-color: rgb(39,9,134); }

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

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

 span { border-color: rgb(39,9,134); }

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