#270373

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

Shades of Persian Indigo #270373

Tints of Persian Indigo #270373

Color information

#270373 (or 0x270373) is unknown color: approx Persian Indigo. HEX triplet: 27, 03 and 73. RGB value is (39,3,115). Sum of RGB (Red+Green+Blue) = 39+3+115=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #270373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270373 is #D8FC8C. Grayscale: #1A1A1A. Windows color (decimal): -14220429 or 7537447. OLE color: 7537447.

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

Color convert

RGB393115-
CMYK0.660.9700.55
HSL259.29º94.92%23.14%-
HSV(B)259.29º97.39%45.1%-
XYZ3.961.7316.35-
YUV26.53177.93136.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 115 (45.31% from 255) = 73.25%
R=24.84%
G=1.91%
B=73.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3931150.660.9700.55259.2994.9223.14
Hex2737342610371035f17
Octal47316310214106740313727
Binary100111111110011100001011000010110111100000011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270373; }

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

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

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

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

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

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

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

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