#270169

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

Shades of Persian Indigo #270169

Tints of Persian Indigo #270169

Color information

#270169 (or 0x270169) is unknown color: approx Persian Indigo. HEX triplet: 27, 01 and 69. RGB value is (39,1,105). Sum of RGB (Red+Green+Blue) = 39+1+105=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #270169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270169 is #D8FE96. Grayscale: #171717. Windows color (decimal): -14220951 or 6881575. OLE color: 6881575.

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

Color convert

RGB391105-
CMYK0.630.9900.59
HSL261.92º98.11%20.78%-
HSV(B)261.92º99.05%41.18%-
XYZ3.41.4713.47-
YUV24.22173.59138.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.90%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 105 (41.41% from 255) = 72.41%
R=26.90%
G=0.69%
B=72.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3911050.630.9900.59261.9298.1120.78
Hex271693F6303B1066215
Octal4711517714307340614225
Binary1001111110100111111111000110111011100000110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270169; }

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

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

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

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

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

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

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

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