#271569

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

Shades of Persian Indigo #271569

Tints of Persian Indigo #271569

Color information

#271569 (or 0x271569) is unknown color: approx Persian Indigo. HEX triplet: 27, 15 and 69. RGB value is (39,21,105). Sum of RGB (Red+Green+Blue) = 39+21+105=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #271569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271569 is #D8EA96. Grayscale: #232323. Windows color (decimal): -14215831 or 6886695. OLE color: 6886695.

HSL color Cylindrical-coordinate representation of color #271569: hue angle of 252.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271569 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3921105-
CMYK0.630.8000.59
HSL252.86º66.67%24.71%-
HSV(B)252.86º80%41.18%-
XYZ3.651.9913.56-
YUV35.96166.96130.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.64%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 105 (41.41% from 255) = 63.64%
R=23.64%
G=12.73%
B=63.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39211050.630.8000.59252.8666.6724.71
Hex2715693F5003Bfd4319
Octal47251517712007337510331
Binary1001111010111010011111111010000011101111111101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271569; }

 p { color: rgb(39,21,105); }

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

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

 a { background-color: rgb(39,21,105); }

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

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

 span { border-color: rgb(39,21,105); }

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