#270F7A

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

Shades of Persian Indigo #270F7A

Tints of Persian Indigo #270F7A

Color information

#270F7A (or 0x270F7A) is unknown color: approx Persian Indigo. HEX triplet: 27, 0F and 7A. RGB value is (39,15,122). Sum of RGB (Red+Green+Blue) = 39+15+122=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 122 (48.05% from 255 or 69.32% from 176); Max value from RGB is 122 - color contains mainly: blue. Hex color #270F7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270F7A is #D8F085. Grayscale: #212121. Windows color (decimal): -14217350 or 7999271. OLE color: 7999271.

HSL color Cylindrical-coordinate representation of color #270F7A: hue angle of 253.46º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #270F7A is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3915122-
CMYK0.680.8800.52
HSL253.46º78.1%26.86%-
HSV(B)253.46º87.7%47.84%-
XYZ4.522.1818.59-
YUV34.37177.45131.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.16%
GREEN value IS 15 (6.25% from 255) = 8.52%
BLUE value IS 122 (48.05% from 255) = 69.32%
R=22.16%
G=8.52%
B=69.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39151220.680.8800.52253.4678.126.86
Hex27F7A4458034fd4e1b
Octal471717210413006437511633
Binary1001111111111101010001001011000011010011111101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270F7A; }

 p { color: rgb(39,15,122); }

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

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

 a { background-color: rgb(39,15,122); }

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

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

 span { border-color: rgb(39,15,122); }

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