#271288

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

Shades of Persian Indigo #271288

Tints of Persian Indigo #271288

Color information

#271288 (or 0x271288) is unknown color: approx Persian Indigo. HEX triplet: 27, 12 and 88. RGB value is (39,18,136). Sum of RGB (Red+Green+Blue) = 39+18+136=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 136 (53.52% from 255 or 70.47% from 193); Max value from RGB is 136 - color contains mainly: blue. Hex color #271288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271288 is #D8ED77. Grayscale: #252525. Windows color (decimal): -14216568 or 8917543. OLE color: 8917543.

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

Color convert

RGB3918136-
CMYK0.710.8700.47
HSL250.68º76.62%30.2%-
HSV(B)250.68º86.76%53.33%-
XYZ5.52.6423.51-
YUV37.73183.46128.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.21%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 136 (53.52% from 255) = 70.47%
R=20.21%
G=9.33%
B=70.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39181360.710.8700.47250.6876.6230.2
Hex271288475702Ffb4d1e
Octal472221010712705737311536
Binary100111100101000100010001111010111010111111111011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271288; }

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

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

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

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

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

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

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

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