#271773

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

Shades of Persian Indigo #271773

Tints of Persian Indigo #271773

Color information

#271773 (or 0x271773) is unknown color: approx Persian Indigo. HEX triplet: 27, 17 and 73. RGB value is (39,23,115). Sum of RGB (Red+Green+Blue) = 39+23+115=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 115 (45.31% from 255 or 64.97% from 177); Max value from RGB is 115 - color contains mainly: blue. Hex color #271773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271773 is #D8E88C. Grayscale: #252525. Windows color (decimal): -14215309 or 7542567. OLE color: 7542567.

HSL color Cylindrical-coordinate representation of color #271773: hue angle of 250.43º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271773 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3923115-
CMYK0.660.8000.55
HSL250.43º66.67%27.06%-
HSV(B)250.43º80%45.1%-
XYZ4.242.2816.44-
YUV38.27171.3128.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.03%
GREEN value IS 23 (9.38% from 255) = 12.99%
BLUE value IS 115 (45.31% from 255) = 64.97%
R=22.03%
G=12.99%
B=64.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39231150.660.8000.55250.4366.6727.06
Hex2717734250037fa431b
Octal472716310212006737210333
Binary10011110111111001110000101010000011011111111010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271773; }

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

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

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

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

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

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

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

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