#271366

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

Shades of Persian Indigo #271366

Tints of Persian Indigo #271366

Color information

#271366 (or 0x271366) is unknown color: approx Persian Indigo. HEX triplet: 27, 13 and 66. RGB value is (39,19,102). Sum of RGB (Red+Green+Blue) = 39+19+102=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 102 (40.23% from 255 or 63.75% from 160); Max value from RGB is 102 - color contains mainly: blue. Hex color #271366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271366 is #D8EC99. Grayscale: #222222. Windows color (decimal): -14216346 or 6689575. OLE color: 6689575.

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

Color convert

RGB3919102-
CMYK0.620.8100.6
HSL254.46º68.6%23.73%-
HSV(B)254.46º81.37%40%-
XYZ3.471.8612.75-
YUV34.44166.13131.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 102 (40.23% from 255) = 63.75%
R=24.38%
G=11.88%
B=63.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39191020.620.8100.6254.4668.623.73
Hex2713663E5103Cfe4518
Octal47231467612107437610530
Binary1001111001111001101111101010001011110011111110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271366; }

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

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

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

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

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

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

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

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