#270563

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

Shades of Persian Indigo #270563

Tints of Persian Indigo #270563

Color information

#270563 (or 0x270563) is unknown color: approx Persian Indigo. HEX triplet: 27, 05 and 63. RGB value is (39,5,99). Sum of RGB (Red+Green+Blue) = 39+5+99=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #270563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270563 is #D8FA9C. Grayscale: #191919. Windows color (decimal): -14219933 or 6489383. OLE color: 6489383.

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

Color convert

RGB39599-
CMYK0.610.9500.61
HSL261.7º90.38%20.39%-
HSV(B)261.7º94.95%38.82%-
XYZ3.141.4411.92-
YUV25.88169.26137.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 99 (39.06% from 255) = 69.23%
R=27.27%
G=3.50%
B=69.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal395990.610.9500.61261.790.3820.39
Hex275633D5F03D1065a14
Octal4751437513707540613224
Binary100111101110001111110110111110111101100000110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270563; }

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

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

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

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

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

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

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

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