#270666

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

Shades of Persian Indigo #270666

Tints of Persian Indigo #270666

Color information

#270666 (or 0x270666) is unknown color: approx Persian Indigo. HEX triplet: 27, 06 and 66. RGB value is (39,6,102). Sum of RGB (Red+Green+Blue) = 39+6+102=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #270666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270666 is #D8F999. Grayscale: #1A1A1A. Windows color (decimal): -14219674 or 6686247. OLE color: 6686247.

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

Color convert

RGB396102-
CMYK0.620.9400.6
HSL260.62º88.89%21.18%-
HSV(B)260.62º94.12%40%-
XYZ3.31.5212.69-
YUV26.81170.43136.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.53%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 102 (40.23% from 255) = 69.39%
R=26.53%
G=4.08%
B=69.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3961020.620.9400.6260.6288.8921.18
Hex276663E5E03C1055915
Octal4761467613607440513125
Binary100111110110011011111010111100111100100000101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270666; }

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

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

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

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

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

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

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

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