#271072

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

Shades of Persian Indigo #271072

Tints of Persian Indigo #271072

Color information

#271072 (or 0x271072) is unknown color: approx Persian Indigo. HEX triplet: 27, 10 and 72. RGB value is (39,16,114). Sum of RGB (Red+Green+Blue) = 39+16+114=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #271072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271072 is #D8EF8D. Grayscale: #212121. Windows color (decimal): -14217102 or 7475239. OLE color: 7475239.

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

Color convert

RGB3916114-
CMYK0.660.8600.55
HSL254.08º75.38%25.49%-
HSV(B)254.08º85.96%44.71%-
XYZ4.062.0216.09-
YUV34.05173.12131.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 114 (44.92% from 255) = 67.46%
R=23.08%
G=9.47%
B=67.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39161140.660.8600.55254.0875.3825.49
Hex2710724256037fe4b19
Octal472016210212606737611331
Binary10011110000111001010000101010110011011111111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271072; }

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

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

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

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

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

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

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

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