#270269

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

Shades of Persian Indigo #270269

Tints of Persian Indigo #270269

Color information

#270269 (or 0x270269) is unknown color: approx Persian Indigo. HEX triplet: 27, 02 and 69. RGB value is (39,2,105). Sum of RGB (Red+Green+Blue) = 39+2+105=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 105 (41.41% from 255 or 71.92% from 146); Max value from RGB is 105 - color contains mainly: blue. Hex color #270269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270269 is #D8FD96. Grayscale: #181818. Windows color (decimal): -14220695 or 6881831. OLE color: 6881831.

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

Color convert

RGB392105-
CMYK0.630.9800.59
HSL261.55º96.26%20.98%-
HSV(B)261.55º98.1%41.18%-
XYZ3.411.4913.47-
YUV24.8173.26138.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.71%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 105 (41.41% from 255) = 71.92%
R=26.71%
G=1.37%
B=71.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3921050.630.9800.59261.5596.2620.98
Hex272693F6203B1066015
Octal4721517714207340614025
Binary10011110110100111111111000100111011100000110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270269; }

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

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

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

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

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

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

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

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