#270463

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

Shades of Persian Indigo #270463

Tints of Persian Indigo #270463

Color information

#270463 (or 0x270463) is unknown color: approx Persian Indigo. HEX triplet: 27, 04 and 63. RGB value is (39,4,99). Sum of RGB (Red+Green+Blue) = 39+4+99=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 99 (39.06% from 255 or 69.72% from 142); Max value from RGB is 99 - color contains mainly: blue. Hex color #270463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270463 is #D8FB9C. Grayscale: #181818. Windows color (decimal): -14220189 or 6489127. OLE color: 6489127.

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

Color convert

RGB39499-
CMYK0.610.9600.61
HSL262.11º92.23%20.2%-
HSV(B)262.11º95.96%38.82%-
XYZ3.131.4211.91-
YUV25.3169.6137.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 99 (39.06% from 255) = 69.72%
R=27.46%
G=2.82%
B=69.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal394990.610.9600.61262.1192.2320.2
Hex274633D6003D1065c14
Octal4741437514007540613424
Binary100111100110001111110111000000111101100000110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270463; }

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

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

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

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

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

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

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

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