#270871

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

Shades of Persian Indigo #270871

Tints of Persian Indigo #270871

Color information

#270871 (or 0x270871) is unknown color: approx Persian Indigo. HEX triplet: 27, 08 and 71. RGB value is (39,8,113). Sum of RGB (Red+Green+Blue) = 39+8+113=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 113 (44.53% from 255 or 70.62% from 160); Max value from RGB is 113 - color contains mainly: blue. Hex color #270871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270871 is #D8F78E. Grayscale: #1C1C1C. Windows color (decimal): -14219151 or 7407655. OLE color: 7407655.

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

Color convert

RGB398113-
CMYK0.650.9300.56
HSL257.71º86.78%23.73%-
HSV(B)257.71º92.92%44.31%-
XYZ3.91.815.76-
YUV29.24175.27134.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 8 (3.52% from 255) = 5%
BLUE value IS 113 (44.53% from 255) = 70.62%
R=24.38%
G=5%
B=70.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3981130.650.9300.56257.7186.7823.73
Hex27871415D0381025718
Octal471016110113507040212730
Binary10011110001110001100000110111010111000100000010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270871; }

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

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

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

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

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

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

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

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