#270560

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

Shades of Persian Indigo #270560

Tints of Persian Indigo #270560

Color information

#270560 (or 0x270560) is unknown color: approx Persian Indigo. HEX triplet: 27, 05 and 60. RGB value is (39,5,96). Sum of RGB (Red+Green+Blue) = 39+5+96=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #270560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270560 is #D8FA9F. Grayscale: #191919. Windows color (decimal): -14219936 or 6292775. OLE color: 6292775.

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

Color convert

RGB39596-
CMYK0.590.9500.62
HSL262.42º90.1%19.8%-
HSV(B)262.42º94.79%37.65%-
XYZ31.3811.18-
YUV25.54167.76137.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.86%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 96 (37.89% from 255) = 68.57%
R=27.86%
G=3.57%
B=68.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal395960.590.9500.62262.4290.119.8
Hex275603B5F03E1065a14
Octal4751407313707640613224
Binary100111101110000011101110111110111110100000110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270560; }

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

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

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

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

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

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

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

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