#271285

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

Shades of Persian Indigo #271285

Tints of Persian Indigo #271285

Color information

#271285 (or 0x271285) is unknown color: approx Persian Indigo. HEX triplet: 27, 12 and 85. RGB value is (39,18,133). Sum of RGB (Red+Green+Blue) = 39+18+133=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #271285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271285 is #D8ED7A. Grayscale: #242424. Windows color (decimal): -14216571 or 8720935. OLE color: 8720935.

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

Color convert

RGB3918133-
CMYK0.710.8600.48
HSL250.96º76.16%29.61%-
HSV(B)250.96º86.47%52.16%-
XYZ5.292.5622.41-
YUV37.39181.96129.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.53%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 133 (52.34% from 255) = 70%
R=20.53%
G=9.47%
B=70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39181330.710.8600.48250.9676.1629.61
Hex2712854756030fb4c1e
Octal472220510712606037311436
Binary100111100101000010110001111010110011000011111011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271285; }

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

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

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

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

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

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

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

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