#271071

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

Shades of Persian Indigo #271071

Tints of Persian Indigo #271071

Color information

#271071 (or 0x271071) is unknown color: approx Persian Indigo. HEX triplet: 27, 10 and 71. RGB value is (39,16,113). Sum of RGB (Red+Green+Blue) = 39+16+113=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #271071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271071 is #D8EF8E. Grayscale: #212121. Windows color (decimal): -14217103 or 7409703. OLE color: 7409703.

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

Color convert

RGB3916113-
CMYK0.650.8600.56
HSL254.23º75.19%25.29%-
HSV(B)254.23º85.84%44.31%-
XYZ41.9915.8-
YUV33.93172.62131.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 113 (44.53% from 255) = 67.26%
R=23.21%
G=9.52%
B=67.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39161130.650.8600.56254.2375.1925.29
Hex2710714156038fe4b19
Octal472016110112607037611331
Binary10011110000111000110000011010110011100011111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271071; }

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

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

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

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

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

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

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

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