#271685

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

Shades of Persian Indigo #271685

Tints of Persian Indigo #271685

Color information

#271685 (or 0x271685) is unknown color: approx Persian Indigo. HEX triplet: 27, 16 and 85. RGB value is (39,22,133). Sum of RGB (Red+Green+Blue) = 39+22+133=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #271685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271685 is #D8E97A. Grayscale: #272727. Windows color (decimal): -14215547 or 8721959. OLE color: 8721959.

HSL color Cylindrical-coordinate representation of color #271685: hue angle of 249.19º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #271685 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3922133-
CMYK0.710.8300.48
HSL249.19º71.61%30.39%-
HSV(B)249.19º83.46%52.16%-
XYZ5.362.722.43-
YUV39.74180.63127.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.10%
GREEN value IS 22 (8.98% from 255) = 11.34%
BLUE value IS 133 (52.34% from 255) = 68.56%
R=20.10%
G=11.34%
B=68.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39221330.710.8300.48249.1971.6130.39
Hex2716854753030f9481e
Octal472620510712306037111036
Binary100111101101000010110001111010011011000011111001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271685; }

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

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

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

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

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

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

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

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