#270969

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

Shades of Persian Indigo #270969

Tints of Persian Indigo #270969

Color information

#270969 (or 0x270969) is unknown color: approx Persian Indigo. HEX triplet: 27, 09 and 69. RGB value is (39,9,105). Sum of RGB (Red+Green+Blue) = 39+9+105=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 105 (41.41% from 255 or 68.63% from 153); Max value from RGB is 105 - color contains mainly: blue. Hex color #270969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270969 is #D8F696. Grayscale: #1C1C1C. Windows color (decimal): -14218903 or 6883623. OLE color: 6883623.

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

Color convert

RGB399105-
CMYK0.630.9100.59
HSL258.75º84.21%22.35%-
HSV(B)258.75º91.43%41.18%-
XYZ3.481.6513.5-
YUV28.91170.94135.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.49%
GREEN value IS 9 (3.91% from 255) = 5.88%
BLUE value IS 105 (41.41% from 255) = 68.63%
R=25.49%
G=5.88%
B=68.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3991050.630.9100.59258.7584.2122.35
Hex279693F5B03B1035416
Octal47111517713307340312426
Binary1001111001110100111111110110110111011100000011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270969; }

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

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

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

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

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

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

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

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