#270173

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

Shades of Persian Indigo #270173

Tints of Persian Indigo #270173

Color information

#270173 (or 0x270173) is unknown color: approx Persian Indigo. HEX triplet: 27, 01 and 73. RGB value is (39,1,115). Sum of RGB (Red+Green+Blue) = 39+1+115=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 115 (45.31% from 255 or 74.19% from 155); Max value from RGB is 115 - color contains mainly: blue. Hex color #270173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270173 is #D8FE8C. Grayscale: #181818. Windows color (decimal): -14220941 or 7536935. OLE color: 7536935.

HSL color Cylindrical-coordinate representation of color #270173: hue angle of 260º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270173 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB391115-
CMYK0.660.9900.55
HSL260º98.28%22.75%-
HSV(B)260º99.13%45.1%-
XYZ3.941.6916.34-
YUV25.36178.59137.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 115 (45.31% from 255) = 74.19%
R=25.16%
G=0.65%
B=74.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3911150.660.9900.5526098.2822.75
Hex2717342630371046217
Octal47116310214306740414227
Binary10011111110011100001011000110110111100000100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270173; }

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

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

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

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

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

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

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

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