#270760

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

Shades of Persian Indigo #270760

Tints of Persian Indigo #270760

Color information

#270760 (or 0x270760) is unknown color: approx Persian Indigo. HEX triplet: 27, 07 and 60. RGB value is (39,7,96). Sum of RGB (Red+Green+Blue) = 39+7+96=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #270760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270760 is #D8F89F. Grayscale: #1A1A1A. Windows color (decimal): -14219424 or 6293287. OLE color: 6293287.

HSL color Cylindrical-coordinate representation of color #270760: hue angle of 261.57º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270760 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB39796-
CMYK0.590.9300.62
HSL261.57º86.41%20.2%-
HSV(B)261.57º92.71%37.65%-
XYZ3.021.4311.18-
YUV26.71167.1136.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 96 (37.89% from 255) = 67.61%
R=27.46%
G=4.93%
B=67.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal397960.590.9300.62261.5786.4120.2
Hex277603B5D03E1065614
Octal4771407313507640612624
Binary100111111110000011101110111010111110100000110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270760; }

 p { color: rgb(39,7,96); }

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

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

 a { background-color: rgb(39,7,96); }

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

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

 span { border-color: rgb(39,7,96); }

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