#271372

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

Shades of Persian Indigo #271372

Tints of Persian Indigo #271372

Color information

#271372 (or 0x271372) is unknown color: approx Persian Indigo. HEX triplet: 27, 13 and 72. RGB value is (39,19,114). Sum of RGB (Red+Green+Blue) = 39+19+114=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #271372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271372 is #D8EC8D. Grayscale: #232323. Windows color (decimal): -14216334 or 7476007. OLE color: 7476007.

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

Color convert

RGB3919114-
CMYK0.660.8300.55
HSL252.63º71.43%26.08%-
HSV(B)252.63º83.33%44.71%-
XYZ4.112.1116.11-
YUV35.81172.13130.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.67%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 114 (44.92% from 255) = 66.28%
R=22.67%
G=11.05%
B=66.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39191140.660.8300.55252.6371.4326.08
Hex2713724253037fd471a
Octal472316210212306737510732
Binary10011110011111001010000101010011011011111111101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271372; }

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

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

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

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

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

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

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

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