#271673

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

Shades of Persian Indigo #271673

Tints of Persian Indigo #271673

Color information

#271673 (or 0x271673) is unknown color: approx Persian Indigo. HEX triplet: 27, 16 and 73. RGB value is (39,22,115). Sum of RGB (Red+Green+Blue) = 39+22+115=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #271673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271673 is #D8E98C. Grayscale: #252525. Windows color (decimal): -14215565 or 7542311. OLE color: 7542311.

HSL color Cylindrical-coordinate representation of color #271673: hue angle of 250.97º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #271673 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3922115-
CMYK0.660.8100.55
HSL250.97º67.88%26.86%-
HSV(B)250.97º80.87%45.1%-
XYZ4.222.2416.43-
YUV37.68171.63128.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.16%
GREEN value IS 22 (8.98% from 255) = 12.5%
BLUE value IS 115 (45.31% from 255) = 65.34%
R=22.16%
G=12.5%
B=65.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39221150.660.8100.55250.9767.8826.86
Hex2716734251037fb441b
Octal472616310212106737310433
Binary10011110110111001110000101010001011011111111011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271673; }

 p { color: rgb(39,22,115); }

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

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

 a { background-color: rgb(39,22,115); }

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

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

 span { border-color: rgb(39,22,115); }

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