#271782

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

Shades of Persian Indigo #271782

Tints of Persian Indigo #271782

Color information

#271782 (or 0x271782) is unknown color: approx Persian Indigo. HEX triplet: 27, 17 and 82. RGB value is (39,23,130). Sum of RGB (Red+Green+Blue) = 39+23+130=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #271782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271782 is #D8E87D. Grayscale: #272727. Windows color (decimal): -14215294 or 8525607. OLE color: 8525607.

HSL color Cylindrical-coordinate representation of color #271782: hue angle of 248.97º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271782 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3923130-
CMYK0.700.8200.49
HSL248.97º69.93%30%-
HSV(B)248.97º82.31%50.98%-
XYZ5.172.6621.36-
YUV39.98178.8127.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.31%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 130 (51.17% from 255) = 67.71%
R=20.31%
G=11.98%
B=67.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39231300.700.8200.49248.9769.9330
Hex2717824652031f9461e
Octal472720210612206137110636
Binary100111101111000001010001101010010011000111111001100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271782; }

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

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

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

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

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

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

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

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