#270966

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

Shades of Persian Indigo #270966

Tints of Persian Indigo #270966

Color information

#270966 (or 0x270966) is unknown color: approx Persian Indigo. HEX triplet: 27, 09 and 66. RGB value is (39,9,102). Sum of RGB (Red+Green+Blue) = 39+9+102=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #270966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270966 is #D8F699. Grayscale: #1C1C1C. Windows color (decimal): -14218906 or 6687015. OLE color: 6687015.

HSL color Cylindrical-coordinate representation of color #270966: hue angle of 259.35º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270966 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB399102-
CMYK0.620.9100.6
HSL259.35º83.78%21.76%-
HSV(B)259.35º91.18%40%-
XYZ3.331.5912.7-
YUV28.57169.44135.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 102 (40.23% from 255) = 68%
R=26%
G=6%
B=68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3991020.620.9100.6259.3583.7821.76
Hex279663E5B03C1035416
Octal47111467613307440312426
Binary1001111001110011011111010110110111100100000011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270966; }

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

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

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

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

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

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

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

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