#270163

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

Shades of Persian Indigo #270163

Tints of Persian Indigo #270163

Color information

#270163 (or 0x270163) is unknown color: approx Persian Indigo. HEX triplet: 27, 01 and 63. RGB value is (39,1,99). Sum of RGB (Red+Green+Blue) = 39+1+99=139 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.06% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #270163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270163 is #D8FE9C. Grayscale: #171717. Windows color (decimal): -14220957 or 6488359. OLE color: 6488359.

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

Color convert

RGB39199-
CMYK0.610.9900.61
HSL263.27º98%19.61%-
HSV(B)263.27º98.99%38.82%-
XYZ3.11.3511.9-
YUV23.53170.59139.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.06%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 99 (39.06% from 255) = 71.22%
R=28.06%
G=0.72%
B=71.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal391990.610.9900.61263.279819.61
Hex271633D6303D1076214
Octal4711437514307540714224
Binary1001111110001111110111000110111101100000111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270163; }

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

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

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

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

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

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

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

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