#270363

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

Shades of Persian Indigo #270363

Tints of Persian Indigo #270363

Color information

#270363 (or 0x270363) is unknown color: approx Persian Indigo. HEX triplet: 27, 03 and 63. RGB value is (39,3,99). Sum of RGB (Red+Green+Blue) = 39+3+99=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #270363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270363 is #D8FC9C. Grayscale: #181818. Windows color (decimal): -14220445 or 6488871. OLE color: 6488871.

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

Color convert

RGB39399-
CMYK0.610.9700.61
HSL262.5º94.12%20%-
HSV(B)262.5º96.97%38.82%-
XYZ3.121.411.91-
YUV24.71169.93138.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.66%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 99 (39.06% from 255) = 70.21%
R=27.66%
G=2.13%
B=70.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal393990.610.9700.61262.594.1220
Hex273633D6103D1065e14
Octal4731437514107540613624
Binary10011111110001111110111000010111101100000110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270363; }

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

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

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

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

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

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

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

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