#271468

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

Shades of Persian Indigo #271468

Tints of Persian Indigo #271468

Color information

#271468 (or 0x271468) is unknown color: approx Persian Indigo. HEX triplet: 27, 14 and 68. RGB value is (39,20,104). Sum of RGB (Red+Green+Blue) = 39+20+104=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #271468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271468 is #D8EB97. Grayscale: #222222. Windows color (decimal): -14216088 or 6820903. OLE color: 6820903.

HSL color Cylindrical-coordinate representation of color #271468: hue angle of 253.57º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #271468 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3920104-
CMYK0.620.8100.59
HSL253.57º67.74%24.31%-
HSV(B)253.57º80.77%40.78%-
XYZ3.591.9313.28-
YUV35.26166.79130.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.93%
GREEN value IS 20 (8.20% from 255) = 12.27%
BLUE value IS 104 (41.02% from 255) = 63.80%
R=23.93%
G=12.27%
B=63.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39201040.620.8100.59253.5767.7424.31
Hex2714683E5103Bfe4418
Octal47241507612107337610430
Binary1001111010011010001111101010001011101111111110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271468; }

 p { color: rgb(39,20,104); }

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

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

 a { background-color: rgb(39,20,104); }

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

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

 span { border-color: rgb(39,20,104); }

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