#270884

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

Shades of Persian Indigo #270884

Tints of Persian Indigo #270884

Color information

#270884 (or 0x270884) is unknown color: approx Persian Indigo. HEX triplet: 27, 08 and 84. RGB value is (39,8,132). Sum of RGB (Red+Green+Blue) = 39+8+132=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 132 (51.95% from 255 or 73.74% from 179); Max value from RGB is 132 - color contains mainly: blue. Hex color #270884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270884 is #D8F77B. Grayscale: #1E1E1E. Windows color (decimal): -14219132 or 8652839. OLE color: 8652839.

HSL color Cylindrical-coordinate representation of color #270884: hue angle of 255º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270884 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB398132-
CMYK0.700.9400.48
HSL255º88.57%27.45%-
HSV(B)255º93.94%51.76%-
XYZ5.092.2722-
YUV31.4184.77133.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.79%
GREEN value IS 8 (3.52% from 255) = 4.47%
BLUE value IS 132 (51.95% from 255) = 73.74%
R=21.79%
G=4.47%
B=73.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3981320.700.9400.4825588.5727.45
Hex27884465E030ff591b
Octal471020410613606037713133
Binary10011110001000010010001101011110011000011111111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270884; }

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

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

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

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

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

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

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

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