#270A7A

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

Shades of Persian Indigo #270A7A

Tints of Persian Indigo #270A7A

Color information

#270A7A (or 0x270A7A) is unknown color: approx Persian Indigo. HEX triplet: 27, 0A and 7A. RGB value is (39,10,122). Sum of RGB (Red+Green+Blue) = 39+10+122=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 122 (48.05% from 255 or 71.35% from 171); Max value from RGB is 122 - color contains mainly: blue. Hex color #270A7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270A7A is #D8F585. Grayscale: #1F1F1F. Windows color (decimal): -14218630 or 7997991. OLE color: 7997991.

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

Color convert

RGB3910122-
CMYK0.680.9200.52
HSL255.54º84.85%25.88%-
HSV(B)255.54º91.8%47.84%-
XYZ4.462.0518.57-
YUV31.44179.11133.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.81%
GREEN value IS 10 (4.30% from 255) = 5.85%
BLUE value IS 122 (48.05% from 255) = 71.35%
R=22.81%
G=5.85%
B=71.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39101220.680.9200.52255.5484.8525.88
Hex27A7A445C034100551a
Octal471217210413406440012532
Binary10011110101111010100010010111000110100100000000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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