#27127A

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

Shades of Persian Indigo #27127A

Tints of Persian Indigo #27127A

Color information

#27127A (or 0x27127A) is unknown color: approx Persian Indigo. HEX triplet: 27, 12 and 7A. RGB value is (39,18,122). Sum of RGB (Red+Green+Blue) = 39+18+122=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #27127A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27127A is #D8ED85. Grayscale: #232323. Windows color (decimal): -14216582 or 8000039. OLE color: 8000039.

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

Color convert

RGB3918122-
CMYK0.680.8500.52
HSL252.12º74.29%27.45%-
HSV(B)252.12º85.25%47.84%-
XYZ4.572.2718.61-
YUV36.14176.46130.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.79%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 122 (48.05% from 255) = 68.16%
R=21.79%
G=10.06%
B=68.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39181220.680.8500.52252.1274.2927.45
Hex27127A4455034fc4a1b
Octal472217210412506437411233
Binary10011110010111101010001001010101011010011111100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27127A; }

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

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

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

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

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

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

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

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