#271388

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

Shades of Persian Indigo #271388

Tints of Persian Indigo #271388

Color information

#271388 (or 0x271388) is unknown color: approx Persian Indigo. HEX triplet: 27, 13 and 88. RGB value is (39,19,136). Sum of RGB (Red+Green+Blue) = 39+19+136=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 136 (53.52% from 255 or 70.10% from 194); Max value from RGB is 136 - color contains mainly: blue. Hex color #271388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271388 is #D8EC77. Grayscale: #252525. Windows color (decimal): -14216312 or 8917799. OLE color: 8917799.

HSL color Cylindrical-coordinate representation of color #271388: hue angle of 250.26º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271388 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3919136-
CMYK0.710.8600.47
HSL250.26º75.48%30.39%-
HSV(B)250.26º86.03%53.33%-
XYZ5.512.6723.52-
YUV38.32183.13128.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.10%
GREEN value IS 19 (7.81% from 255) = 9.79%
BLUE value IS 136 (53.52% from 255) = 70.10%
R=20.10%
G=9.79%
B=70.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39191360.710.8600.47250.2675.4830.39
Hex271388475602Ffa4b1e
Octal472321010712605737211336
Binary100111100111000100010001111010110010111111111010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271388; }

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

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

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

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

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

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

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

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