#270882

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

Shades of Persian Indigo #270882

Tints of Persian Indigo #270882

Color information

#270882 (or 0x270882) is unknown color: approx Persian Indigo. HEX triplet: 27, 08 and 82. RGB value is (39,8,130). Sum of RGB (Red+Green+Blue) = 39+8+130=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 130 (51.17% from 255 or 73.45% from 177); Max value from RGB is 130 - color contains mainly: blue. Hex color #270882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270882 is #D8F77D. Grayscale: #1E1E1E. Windows color (decimal): -14219134 or 8521767. OLE color: 8521767.

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

Color convert

RGB398130-
CMYK0.700.9400.49
HSL255.25º88.41%27.06%-
HSV(B)255.25º93.85%50.98%-
XYZ4.952.2221.29-
YUV31.18183.77133.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.03%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 130 (51.17% from 255) = 73.45%
R=22.03%
G=4.52%
B=73.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3981300.700.9400.49255.2588.4127.06
Hex27882465E031ff581b
Octal471020210613606137713033
Binary10011110001000001010001101011110011000111111111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270882; }

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

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

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

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

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

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

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

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