#271269

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

Shades of Persian Indigo #271269

Tints of Persian Indigo #271269

Color information

#271269 (or 0x271269) is unknown color: approx Persian Indigo. HEX triplet: 27, 12 and 69. RGB value is (39,18,105). Sum of RGB (Red+Green+Blue) = 39+18+105=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #271269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271269 is #D8ED96. Grayscale: #212121. Windows color (decimal): -14216599 or 6885927. OLE color: 6885927.

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

Color convert

RGB3918105-
CMYK0.630.8300.59
HSL254.48º70.73%24.12%-
HSV(B)254.48º82.86%41.18%-
XYZ3.61.8813.54-
YUV34.2167.96131.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.07%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 105 (41.41% from 255) = 64.81%
R=24.07%
G=11.11%
B=64.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39181050.630.8300.59254.4870.7324.12
Hex2712693F5303Bfe4718
Octal47221517712307337610730
Binary1001111001011010011111111010011011101111111110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271269; }

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

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

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

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

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

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

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

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