#271069

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

Shades of Persian Indigo #271069

Tints of Persian Indigo #271069

Color information

#271069 (or 0x271069) is unknown color: approx Persian Indigo. HEX triplet: 27, 10 and 69. RGB value is (39,16,105). Sum of RGB (Red+Green+Blue) = 39+16+105=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 105 (41.41% from 255 or 65.62% from 160); Max value from RGB is 105 - color contains mainly: blue. Hex color #271069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271069 is #D8EF96. Grayscale: #202020. Windows color (decimal): -14217111 or 6885415. OLE color: 6885415.

HSL color Cylindrical-coordinate representation of color #271069: hue angle of 255.51º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271069 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3916105-
CMYK0.630.8500.59
HSL255.51º73.55%23.73%-
HSV(B)255.51º84.76%41.18%-
XYZ3.571.8213.53-
YUV33.02168.62132.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 16 (6.64% from 255) = 10%
BLUE value IS 105 (41.41% from 255) = 65.62%
R=24.38%
G=10%
B=65.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39161050.630.8500.59255.5173.5523.73
Hex2710693F5503B1004a18
Octal47201517712507340011230
Binary10011110000110100111111110101010111011100000000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271069; }

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

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

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

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

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

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

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

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