#270879

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

Shades of Persian Indigo #270879

Tints of Persian Indigo #270879

Color information

#270879 (or 0x270879) is unknown color: approx Persian Indigo. HEX triplet: 27, 08 and 79. RGB value is (39,8,121). Sum of RGB (Red+Green+Blue) = 39+8+121=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 121 (47.66% from 255 or 72.02% from 168); Max value from RGB is 121 - color contains mainly: blue. Hex color #270879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270879 is #D8F786. Grayscale: #1D1D1D. Windows color (decimal): -14219143 or 7931943. OLE color: 7931943.

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

Color convert

RGB398121-
CMYK0.680.9300.53
HSL256.46º87.6%25.29%-
HSV(B)256.46º93.39%47.45%-
XYZ4.371.9918.24-
YUV30.15179.27134.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 121 (47.66% from 255) = 72.02%
R=23.21%
G=4.76%
B=72.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3981210.680.9300.53256.4687.625.29
Hex27879445D0351005819
Octal471017110413506540013031
Binary10011110001111001100010010111010110101100000000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270879; }

 p { color: rgb(39,8,121); }

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

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

 a { background-color: rgb(39,8,121); }

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

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

 span { border-color: rgb(39,8,121); }

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