#270577

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

Shades of Persian Indigo #270577

Tints of Persian Indigo #270577

Color information

#270577 (or 0x270577) is unknown color: approx Persian Indigo. HEX triplet: 27, 05 and 77. RGB value is (39,5,119). Sum of RGB (Red+Green+Blue) = 39+5+119=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 119 (46.88% from 255 or 73.01% from 163); Max value from RGB is 119 - color contains mainly: blue. Hex color #270577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270577 is #D8FA88. Grayscale: #1B1B1B. Windows color (decimal): -14219913 or 7800103. OLE color: 7800103.

HSL color Cylindrical-coordinate representation of color #270577: hue angle of 257.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270577 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB395119-
CMYK0.670.9600.53
HSL257.89º91.94%24.31%-
HSV(B)257.89º95.8%46.67%-
XYZ4.221.8717.59-
YUV28.16179.26135.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.93%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 119 (46.88% from 255) = 73.01%
R=23.93%
G=3.07%
B=73.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3951190.670.9600.53257.8991.9424.31
Hex2757743600351025c18
Octal47516710314006540213430
Binary1001111011110111100001111000000110101100000010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270577; }

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

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

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

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

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

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

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

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